From: Viresh Kumar Date: Thu, 3 Oct 2013 15:56:51 +0000 (+0530) Subject: cpuidle: use drv instead of cpuidle_driver in show_current_driver() X-Git-Tag: v3.13-rc1~96^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6b9f74ee3d96909e5e70d4207b4b6740d4db62;p=pandora-kernel.git cpuidle: use drv instead of cpuidle_driver in show_current_driver() Instances of "struct cpuidle_driver *" are consistently named as "drv" in the cpuidle core except in show_current_driver(). Make that function use variable naming consistent with the rest of the code. [rjw: Changelog] Acked-by: Daniel Lezcano Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed