staging: comedi: addi_watchdog.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:40 +00:00 коммит произвёл Greg Kroah-Hartman
Родитель e9f363c014
Коммит cf9781131b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4,6 +4,6 @@
struct comedi_subdevice;
void addi_watchdog_reset(unsigned long iobase);
int addi_watchdog_init(struct comedi_subdevice *, unsigned long iobase);
int addi_watchdog_init(struct comedi_subdevice *s, unsigned long iobase);
#endif