From: H Hartley Sweeten Date: Wed, 6 Feb 2013 00:20:58 +0000 (-0700) Subject: staging: comedi: vmk80xx: consistently use the same local var names X-Git-Tag: v3.9-rc1~127^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da7b18ee8b552b9b340c44fa8f6de1372a251a78;p=pandora-kernel.git staging: comedi: vmk80xx: consistently use the same local var names Rename some of the local variables used in this driver to make the code easier to maintain and understand. s/udev/usb the usb_device that the comedi_driver is attached to s/dev/devpriv the private data of the comedi_device s/cdev/dev the comedi_device Also, use some local variables in a couple of the functions to tidy up the code a bit. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed