staging: greybus: Fixed issues with alignment to open parenthesis.
authorTabot Kevin <tabot.kevin@gmail.com>
Thu, 12 Nov 2020 22:33:35 +0000 (23:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Nov 2020 14:35:14 +0000 (15:35 +0100)
This patch fixes the following:
- Made sure alignment matched open parenthesis.

Signed-off-by: Tabot Kevin <tabot.kevin@gmail.com>
Link: https://lore.kernel.org/r/20201112223331.GA1681@tabot
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_module.c

index c52c4f361b90e03fb07039f32d82a9ea601a2cbb..a243d60f0d563e9cce0a93253528f3c7a6794018 100644 (file)
@@ -175,8 +175,8 @@ static int gbaudio_codec_request_handler(struct gb_operation *op)
 }
 
 static int gb_audio_add_mgmt_connection(struct gbaudio_module_info *gbmodule,
-                               struct greybus_descriptor_cport *cport_desc,
-                               struct gb_bundle *bundle)
+                                       struct greybus_descriptor_cport *cport_desc,
+                                       struct gb_bundle *bundle)
 {
        struct gb_connection *connection;
 
@@ -199,8 +199,8 @@ static int gb_audio_add_mgmt_connection(struct gbaudio_module_info *gbmodule,
 }
 
 static int gb_audio_add_data_connection(struct gbaudio_module_info *gbmodule,
-                               struct greybus_descriptor_cport *cport_desc,
-                               struct gb_bundle *bundle)
+                                       struct greybus_descriptor_cport *cport_desc,
+                                       struct gb_bundle *bundle)
 {
        struct gb_connection *connection;
        struct gbaudio_data_connection *dai;