From: Ian Abbott Date: Thu, 31 Jul 2014 13:47:42 +0000 (+0100) Subject: staging: comedi: amplc_pci224: fix spinlock_t definition without comment X-Git-Tag: v3.18-rc1~130^2~1389 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71e70e9f6daea58bb5ef03d17ba26c630fcac1d2;p=karo-tx-linux.git staging: comedi: amplc_pci224: fix spinlock_t definition without comment Fix checkpatch issue: "CHECK: spinlock_t definition without comment". Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/amplc_pci224.c b/drivers/staging/comedi/drivers/amplc_pci224.c index 8e5d94abacd4..dfeb70cc9775 100644 --- a/drivers/staging/comedi/drivers/amplc_pci224.c +++ b/drivers/staging/comedi/drivers/amplc_pci224.c @@ -365,7 +365,7 @@ struct pci224_private { const unsigned short *hwrange; unsigned long iobase1; unsigned long state; - spinlock_t ao_spinlock; + spinlock_t ao_spinlock; /* spinlock for AO command handling */ unsigned int *ao_readback; unsigned short *ao_scan_vals; unsigned char *ao_scan_order;