drivers: hv: vmbus: Fix checkpatch SPLIT_STRING
authorMatheus Castello <matheus@castello.eng.br>
Wed, 25 Nov 2020 03:29:26 +0000 (00:29 -0300)
committerWei Liu <wei.liu@kernel.org>
Wed, 2 Dec 2020 11:54:19 +0000 (11:54 +0000)
commitb0c03eff79a67aa43f17249dd42fac58e96718dc
treec5e0425e39c1e31b5145288cf987783e2839d3df
parent206ad34d52a2f1205c84d08c12fc116aad0eb407
drivers: hv: vmbus: Fix checkpatch SPLIT_STRING

Checkpatch emits WARNING: quoted string split across lines.
To keep the code clean and with the 80 column length indentation the
check and registration code for kmsg_dump_register has been transferred
to a new function hv_kmsg_dump_register.

Signed-off-by: Matheus Castello <matheus@castello.eng.br>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20201125032926.17002-1-matheus@castello.eng.br
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/vmbus_drv.c