]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 7 Feb 2016 15:11:15 +0000 (16:11 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Feb 2016 20:34:54 +0000 (21:34 +0100)
commit73494f86f2e3b7ebaa0ad2147948ca7d81661036
treeec8788ab9978862a87c7469eb6be9bf6f204e6e9
parentc6ea239f9982cf570e00cf47c4b9aafcd1100af2
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info

The struct cpu_common_dbs_info structure represents the per-policy
part of the governor data (for the ondemand and conservative
governors), but its name doesn't reflect its purpose.

Rename it to struct policy_dbs_info and rename variables related to
it accordingly.

No functional changes.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq_conservative.c
drivers/cpufreq/cpufreq_governor.c
drivers/cpufreq/cpufreq_governor.h
drivers/cpufreq/cpufreq_ondemand.c