]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/cpuidle/sysfs.c
cpuidle: use drv instead of cpuidle_driver in show_current_driver()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 3 Oct 2013 15:56:51 +0000 (21:26 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 00:21:23 +0000 (01:21 +0100)
commit1f6b9f74ee3d96909e5e70d4207b4b6740d4db62
tree7aed88d6deb303db79f0637ae0a07e4aca0af44e
parent0d09d3125642ac1f02937e577819dbc515291d93
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 <daniel.lezcano@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpuidle/sysfs.c