]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: comedi: usbduxfast: rename usbduxfastsub_s variables
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 14 May 2013 20:27:37 +0000 (13:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 23:24:18 +0000 (16:24 -0700)
commit7aa41c3c93d82fa75c96a61879a779bdc8520e9d
tree17d667d8474e86994e18760e998f14af2102682b
parente4a8ecc0005e41b110dddf45926f47f97b08b907
staging: comedi: usbduxfast: rename usbduxfastsub_s variables

For aesthetic reasons, globally rename the variables used for the
struct usbduxfastsub_s * in this driver to 'devpriv'. This variable
pointes to the comedi_device private data.

Also, rename the struct to 'usbduxfast_private' to make its use
a bit clearer.

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