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>
This commit is contained in:
parent
ab5b769a23
commit
383313b8c4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue