mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
staging: comedi: comedi_internal.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
7885bc8389
commit
751922da90
@ -44,11 +44,12 @@ extern unsigned int comedi_default_buf_maxsize_kb;
|
|||||||
extern struct comedi_driver *comedi_drivers;
|
extern struct comedi_driver *comedi_drivers;
|
||||||
extern struct mutex comedi_drivers_list_lock;
|
extern struct mutex comedi_drivers_list_lock;
|
||||||
|
|
||||||
int insn_inval(struct comedi_device *, struct comedi_subdevice *,
|
int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s,
|
||||||
struct comedi_insn *, unsigned int *);
|
struct comedi_insn *insn, unsigned int *data);
|
||||||
|
|
||||||
void comedi_device_detach(struct comedi_device *);
|
void comedi_device_detach(struct comedi_device *dev);
|
||||||
int comedi_device_attach(struct comedi_device *, struct comedi_devconfig *);
|
int comedi_device_attach(struct comedi_device *dev,
|
||||||
|
struct comedi_devconfig *it);
|
||||||
|
|
||||||
#ifdef CONFIG_PROC_FS
|
#ifdef CONFIG_PROC_FS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user