From: H Hartley Sweeten Date: Wed, 19 Dec 2012 22:38:02 +0000 (-0700) Subject: staging: comedi: comedi_fops: rename struct comedi_device_file_info X-Git-Tag: v3.9-rc1~127^2~533 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6b7636e961b621b54f6f132db81c3ea7c2ca5e;p=pandora-kernel.git staging: comedi: comedi_fops: rename struct comedi_device_file_info For aesthetic reasons, rename this struct to comedi_file_info. It's a bit shorter and allows fixing some of the ugly line breaks used to keep the lines < 80 chars. Also, consistently use the local variable name 'info' instead of the longer 'dev_file_info' to also fix some ugly line breaks. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed