]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: usbduxfast: rename 'dux_commands' in private data
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 14 May 2013 20:36:47 +0000 (13:36 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 23:24:26 +0000 (16:24 -0700)
commit5659e24a5a9b3ed611f67ddfc98f2a36d9560a18
treec488ac94b7cfbd49a8e8f51a4bd12f5378cdf0a6
parentef8e0840f33ea460c74530a28bd8296e64a34075
staging: comedi: usbduxfast: rename 'dux_commands' in private data

For aesthetic reasons, rename this variable to 'duxbuf' and also
rename the define used for its size.

This helps fix some of the > 80 char lines reported by checkpatch.pl.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbduxfast.c