]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
cpufreq: governor: Change confusing struct field and variable names
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 27 Apr 2016 23:19:03 +0000 (01:19 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 28 Apr 2016 13:10:08 +0000 (15:10 +0200)
commitb4f4b4b37133340befa354fbaa54d8e84ea86103
tree53cac6c3cda2d6e2a8c7e7d750097f2d6b00aaee
parent2b3ec765058449caa27e2806a939a4bffcbeba64
cpufreq: governor: Change confusing struct field and variable names

The name of the prev_cpu_wall field in struct cpu_dbs_info is
confusing, because it doesn't represent wall time, but the previous
update time as returned by get_cpu_idle_time() (that may be the
current value of jiffies_64 in some cases, for example).

Moreover, the names of some related variables in dbs_update() take
that confusion further.

Rename all of those things to make their names reflect the purpose
more accurately.  While at it, drop unnecessary parens from one of
the updated expressions.

No functional changes.

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