Commit 71e70e9f authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

staging: comedi: amplc_pci224: fix spinlock_t definition without comment

Fix checkpatch issue: "CHECK: spinlock_t definition without comment".
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Reviewed-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ab2064a5
...@@ -365,7 +365,7 @@ struct pci224_private { ...@@ -365,7 +365,7 @@ struct pci224_private {
const unsigned short *hwrange; const unsigned short *hwrange;
unsigned long iobase1; unsigned long iobase1;
unsigned long state; unsigned long state;
spinlock_t ao_spinlock; spinlock_t ao_spinlock; /* spinlock for AO command handling */
unsigned int *ao_readback; unsigned int *ao_readback;
unsigned short *ao_scan_vals; unsigned short *ao_scan_vals;
unsigned char *ao_scan_order; unsigned char *ao_scan_order;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment