From: John Harrison Date: Thu, 26 Jun 2014 17:23:52 +0000 (+0100) Subject: drm/i915: Corrected 'file_priv' to 'file' in 'i915_driver_preclose()' X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~49^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2885f6ac070612f21d041f650a4d2bc44b02d6b6;p=pandora-kernel.git drm/i915: Corrected 'file_priv' to 'file' in 'i915_driver_preclose()' The 'i915_driver_preclose()' function has a parameter called 'file_priv'. However, this is misleading as the structure it points to is a 'drm_file' not a 'drm_i915_file_private'. It should be named just 'file' to avoid confusion. Signed-off-by: John Harrison Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed