Commit ea0af4b6 authored by Kamal Heib's avatar Kamal Heib Committed by Greg Kroah-Hartman

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: default avatarKamal Heib <kamalheib1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 783778e3
...@@ -202,7 +202,7 @@ static int cap_release(struct inode *inode, struct file *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, 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_endpoint_uid endpoint_uid;
struct cap_ioc_get_ims_certificate *ims_cert; struct cap_ioc_get_ims_certificate *ims_cert;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment