staging: greybus: authentication.c: Fix alignment should match open parenthesis
authorKamal Heib <kamalheib1@gmail.com>
Wed, 17 Jan 2018 14:52:24 +0000 (16:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jan 2018 10:48:06 +0000 (11:48 +0100)
commitea0af4b6d681b4b6b8c65bb2ce4c04f5aaed2e54
tree8fce26b279ea7833fb0f45e9e206d3f984f64c14
parent783778e38e4adf9d3e1691151c0f408e8cae514a
staging: greybus: authentication.c: Fix alignment should match open parenthesis

Fix the following error found by checkpatch.pl:
CHECK: Alignment should match open parenthesis
+static int cap_ioctl(struct gb_cap *cap, unsigned int cmd,
+  void __user *buf)

Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/authentication.c