drivers: hv: Fix whitespace errors
Fixed checkpatch warning and errors on hv driver. Signed-off-by: Vasanth Mathivanan <vasanth3g@gmail.com> Link: https://lore.kernel.org/r/20210219171311.421961-1-vasanth3g@gmail.com Reviewed-by: Michael Kelley <mikelley@microsoft.com> Signed-off-by: Wei Liu <wei.liu@kernel.org>
This commit is contained in:
parent
a38fd87484
commit
f850a4cad2
|
@ -28,7 +28,7 @@ struct vmbus_connection vmbus_connection = {
|
||||||
.conn_state = DISCONNECTED,
|
.conn_state = DISCONNECTED,
|
||||||
.next_gpadl_handle = ATOMIC_INIT(0xE1E10),
|
.next_gpadl_handle = ATOMIC_INIT(0xE1E10),
|
||||||
|
|
||||||
.ready_for_suspend_event= COMPLETION_INITIALIZER(
|
.ready_for_suspend_event = COMPLETION_INITIALIZER(
|
||||||
vmbus_connection.ready_for_suspend_event),
|
vmbus_connection.ready_for_suspend_event),
|
||||||
.ready_for_resume_event = COMPLETION_INITIALIZER(
|
.ready_for_resume_event = COMPLETION_INITIALIZER(
|
||||||
vmbus_connection.ready_for_resume_event),
|
vmbus_connection.ready_for_resume_event),
|
||||||
|
|
Loading…
Reference in New Issue