summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.h
diff options
context:
space:
mode:
authorBhanusree Pola <bhanusreemahesh@gmail.com>2019-02-26 06:02:44 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-26 11:46:51 +0100
commitb7417e3ca455c432cd385bd6f10ba209084cd9a1 (patch)
treed5740b0ace5771493a9d9c7ee215b95348ac0dab /drivers/staging/greybus/connection.h
parenta0e0c9208f1283f46a55a5a5d577b98387dbc9ba (diff)
downloadlinux-stable-b7417e3ca455c432cd385bd6f10ba209084cd9a1.tar.gz
linux-stable-b7417e3ca455c432cd385bd6f10ba209084cd9a1.tar.bz2
linux-stable-b7417e3ca455c432cd385bd6f10ba209084cd9a1.zip
Staging: greybus: Alignment should match open parenthesis
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>
Diffstat (limited to 'drivers/staging/greybus/connection.h')
-rw-r--r--drivers/staging/greybus/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/connection.h b/drivers/staging/greybus/connection.h
index 8deeb1d5f008..5ca3befc0636 100644
--- a/drivers/staging/greybus/connection.h
+++ b/drivers/staging/greybus/connection.h
@@ -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);