From: H Hartley Sweeten Date: Wed, 19 Dec 2012 22:38:30 +0000 (-0700) Subject: staging: comedi: comedi_fops: rename comedi_get_device_file_info() X-Git-Tag: v3.9-rc1~127^2~532 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed69335c727b7a499ac8499d943c6c879c937d69;p=pandora-kernel.git staging: comedi: comedi_fops: rename comedi_get_device_file_info() The 'get' usually implies increasing a reference count of an object. This function returns a pointer but does not do any reference counting. For aesthetic reasons, rename the function to better represent what its doing. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed