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)
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

index 16cc65e1472b59a5b851706e39260ab6774cb0e0..a5d7c53df987b4a3bba1c8c6c47c49f57c9b30c8 100644 (file)
@@ -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;