aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorKamal Heib <kamalheib1@gmail.com>2018-01-17 16:52:24 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-22 11:48:06 +0100
commitea0af4b6d681b4b6b8c65bb2ce4c04f5aaed2e54 (patch)
tree8fce26b279ea7833fb0f45e9e206d3f984f64c14 /drivers/staging/greybus
parentstaging: rtl8192e: remove two redundant assignments (diff)
downloadlinux-dev-ea0af4b6d681b4b6b8c65bb2ce4c04f5aaed2e54.tar.xz
linux-dev-ea0af4b6d681b4b6b8c65bb2ce4c04f5aaed2e54.zip
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>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/authentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/authentication.c b/drivers/staging/greybus/authentication.c
index 16cc65e1472b..a5d7c53df987 100644
--- a/drivers/staging/greybus/authentication.c
+++ b/drivers/staging/greybus/authentication.c
@@ -202,7 +202,7 @@ static int cap_release(struct inode *inode, struct file *file)
}
static int cap_ioctl(struct gb_cap *cap, unsigned int cmd,
- void __user *buf)
+ void __user *buf)
{
struct cap_ioc_get_endpoint_uid endpoint_uid;
struct cap_ioc_get_ims_certificate *ims_cert;