aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorIoannis Valasakis <code@wizofe.uk>2018-11-09 13:53:54 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-09 09:49:02 -0800
commit7a22b568db9ba347ac3a2d51234abc4ea9d31a65 (patch)
treea2c0a3fe0cb728583c3bb02106b9d97b7c7311a9 /drivers/staging/greybus
parentstaging: greybus: fix SPDX License Identifier (diff)
downloadlinux-dev-7a22b568db9ba347ac3a2d51234abc4ea9d31a65.tar.xz
linux-dev-7a22b568db9ba347ac3a2d51234abc4ea9d31a65.zip
staging: greybus: align arguments with parentheses
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>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/control.h b/drivers/staging/greybus/control.h
index 9eae2726ba3d..3a29ec05f631 100644
--- a/drivers/staging/greybus/control.h
+++ b/drivers/staging/greybus/control.h
@@ -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);