Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kamal Heib and committed by
Greg Kroah-Hartman
ea0af4b6 783778e3

+1 -1
+1 -1
drivers/staging/greybus/authentication.c
··· 202 202 } 203 203 204 204 static int cap_ioctl(struct gb_cap *cap, unsigned int cmd, 205 - void __user *buf) 205 + void __user *buf) 206 206 { 207 207 struct cap_ioc_get_endpoint_uid endpoint_uid; 208 208 struct cap_ioc_get_ims_certificate *ims_cert;