]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: greybus: align arguments with parentheses
authorIoannis Valasakis <code@wizofe.uk>
Fri, 9 Nov 2018 13:53:54 +0000 (13:53 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Nov 2018 17:49:02 +0000 (09:49 -0800)
Align arguments with the right side of the open left parentheses.
Reported by checkpatch.

Signed-off-by: Ioannis Valasakis <code@wizofe.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/control.h

index 9eae2726ba3d371e8083308e44369b6e3e212b0d..3a29ec05f63160eddbde6fed72d38463a6112781 100644 (file)
@@ -40,7 +40,7 @@ int gb_control_get_bundle_versions(struct gb_control *control);
 int gb_control_connected_operation(struct gb_control *control, u16 cport_id);
 int gb_control_disconnected_operation(struct gb_control *control, u16 cport_id);
 int gb_control_disconnecting_operation(struct gb_control *control,
-                                       u16 cport_id);
+                                      u16 cport_id);
 int gb_control_mode_switch_operation(struct gb_control *control);
 void gb_control_mode_switch_prepare(struct gb_control *control);
 void gb_control_mode_switch_complete(struct gb_control *control);