From: H Hartley Sweeten Date: Mon, 4 Feb 2013 23:43:19 +0000 (-0700) Subject: staging: comedi: quatech_daqp_cs: rename the private data struct X-Git-Tag: v3.9-rc1~127^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1801726e87787273d8473bd35a95935629a4e947;p=pandora-kernel.git staging: comedi: quatech_daqp_cs: rename the private data struct The private data in this driver is associated with the comedi_device pointer not the pcmcia_device. For aesthetic reasons, rename the private data struct from local_into_t to daqp_private. Also, rename the local variables used for the private data from local to devpriv as that is more common in the comedi drivers. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed