summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2016-12-15 13:19:40 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-03 15:27:54 +0100
commitcf9781131b9c6f8e8cbbc36a4b04ffefd117be63 (patch)
tree442dc3e5f74b9380a1254be2128ec000718dafb9 /drivers/staging/comedi
parente9f363c014166bba1b172c0fa824d395d4e299c0 (diff)
downloadop-kernel-dev-cf9781131b9c6f8e8cbbc36a4b04ffefd117be63.zip
op-kernel-dev-cf9781131b9c6f8e8cbbc36a4b04ffefd117be63.tar.gz
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>
Diffstat (limited to 'drivers/staging/comedi')
-rw-r--r--drivers/staging/comedi/drivers/addi_watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers/addi_watchdog.h b/drivers/staging/comedi/drivers/addi_watchdog.h
index 3f8e738..b049cfb 100644
--- a/drivers/staging/comedi/drivers/addi_watchdog.h
+++ b/drivers/staging/comedi/drivers/addi_watchdog.h
@@ -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
OpenPOWER on IntegriCloud