From: Ian Abbott Date: Thu, 15 Dec 2016 13:19:47 +0000 (+0000) Subject: staging: comedi: comedi_compat32.h: add identifiers to function parameters X-Git-Tag: v4.14-rc1~1455^2~503 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7885bc8389eb92927957232cf06aad6b3907a395;p=platform%2Fkernel%2Flinux-rpi.git staging: comedi: comedi_compat32.h: add identifiers to function parameters Fix checkpatch.pl warnings of the form "function definition argument 'foo' should also have an identifier name". Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/comedi_compat32.h b/drivers/staging/comedi/comedi_compat32.h index 5ce77f3..0127c1f 100644 --- a/drivers/staging/comedi/comedi_compat32.h +++ b/drivers/staging/comedi/comedi_compat32.h @@ -25,7 +25,8 @@ #ifdef CONFIG_COMPAT struct file; -long comedi_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg); +long comedi_compat_ioctl(struct file *file, unsigned int cmd, + unsigned long arg); #else /* CONFIG_COMPAT */