Staging: greybus: Alignment should match open parenthesis
authorBhanusree Pola <bhanusreemahesh@gmail.com>
Tue, 26 Feb 2019 00:32:44 +0000 (06:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:46:51 +0000 (11:46 +0100)
Clean checkpatch.pl issue in various files:
CHECK: Alignment should match open parenthesis

Adjust parameters to match alignment with open paranthesis

Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/bundle.c
drivers/staging/greybus/connection.h
drivers/staging/greybus/core.c

index 81c018da12481f766988b6a30606817ff1fba23b..e97b2b87ba47565640e243ad3c4196b73ffe475c 100644 (file)
@@ -65,7 +65,7 @@ static struct attribute *bundle_attrs[] = {
 ATTRIBUTE_GROUPS(bundle);
 
 static struct gb_bundle *gb_bundle_find(struct gb_interface *intf,
-                                                       u8 bundle_id)
+                                       u8 bundle_id)
 {
        struct gb_bundle *bundle;
 
index 8deeb1d5f00823b106af4e88617556bd2c8d5757..5ca3befc06360194829d82fc1a3b01bdd080dde8 100644 (file)
@@ -88,7 +88,7 @@ void gb_connection_mode_switch_prepare(struct gb_connection *connection);
 void gb_connection_mode_switch_complete(struct gb_connection *connection);
 
 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id,
-                       u8 *data, size_t length);
+                      u8 *data, size_t length);
 
 void gb_connection_latency_tag_enable(struct gb_connection *connection);
 void gb_connection_latency_tag_disable(struct gb_connection *connection);
index 412337daf45c9d77c9c6022a5fb460997aa6ba57..d6b0d49130c0e93f73a0a7ad9d2ad468aa32bd02 100644 (file)
@@ -266,7 +266,7 @@ static int greybus_remove(struct device *dev)
 }
 
 int greybus_register_driver(struct greybus_driver *driver, struct module *owner,
-               const char *mod_name)
+                           const char *mod_name)
 {
        int retval;