mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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:
parent
bef966264b
commit
7885bc8389
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user