aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorTabot Kevin <tabot.kevin@gmail.com>2020-11-12 23:33:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-11-13 15:35:14 +0100
commit383313b8c41e5f89e45d6077e5bc6805206eb612 (patch)
tree05c150a51eb139b2a38db817b95c442fadff9060 /drivers/staging/greybus
parentstaging: gasket: interrupt: fix the missed eventfd_ctx_put() in gasket_interrupt.c (diff)
downloadlinux-dev-383313b8c41e5f89e45d6077e5bc6805206eb612.tar.xz
linux-dev-383313b8c41e5f89e45d6077e5bc6805206eb612.zip
staging: greybus: Fixed issues with alignment to open parenthesis.
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>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/audio_module.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/greybus/audio_module.c b/drivers/staging/greybus/audio_module.c
index c52c4f361b90..a243d60f0d56 100644
--- a/drivers/staging/greybus/audio_module.c
+++ b/drivers/staging/greybus/audio_module.c
@@ -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;