]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: dt9812: rename the private data struct
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 14 May 2013 21:21:08 +0000 (14:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 23:25:53 +0000 (16:25 -0700)
commit415227c130db90d5b3db8aff5782af21deba78c5
treefebb11976bc1217f9d40b32c61a3675e9dff69c4
parentdf785c7a1cc478ee16ce3fe2008fda5a55dfe801
staging: comedi: dt9812: rename the private data struct

The comedi private data (dev->private) for this driver is stored
in a 'struct comedi_dt9812' that is allocated during the comedi
(*attach).

For aesthetic reasons, rename this struct to help make its use
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/dt9812.c