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 коммит произвёл Greg Kroah-Hartman
Родитель bef966264b
Коммит 7885bc8389
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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