Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;