Re: [PATCH 0/6] Add improvements suggested by checkpatch for vmbus_drv
From: Wei Liu <wei.liu@kernel.org>
Date: 2020-11-17 10:59:09
Also in:
lkml
From: Wei Liu <wei.liu@kernel.org>
Date: 2020-11-17 10:59:09
Also in:
lkml
On Sun, Nov 15, 2020 at 04:57:28PM -0300, Matheus Castello wrote:
This series fixes some warnings edmited by the checkpatch in the file vmbus_drv.c. I thought it would be good to split each fix into a commit to help with the review. Matheus Castello (6): drivers: hv: Fix hyperv_record_panic_msg path on comment drivers: hv: vmbus: Replace symbolic permissions by octal permissions drivers: hv: vmbus: Fix checkpatch LINE_SPACING drivers: hv: vmbus: Fix checkpatch SPLIT_STRING drivers: hv: vmbus: Fix unnecessary OOM_MESSAGE drivers: hv: vmbus: Fix call msleep using < 20ms
I've pushed patch 1-3 and 6 to hyperv-next. Patch 4 has a pending comment from Michael. Patch 5 can be dropped. Wei.