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 <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ian Abbott 2016-12-15 13:19:47 +00:00 committed by Greg Kroah-Hartman
parent bef966264b
commit 7885bc8389
1 changed files with 2 additions and 1 deletions

View File

@ -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 */