]> git.baikalelectronics.ru Git - 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)
commit2a6a97d8da18f28b8ce984b3088534f39cad1a74
tree53cac6c3cda2d6e2a8c7e7d750097f2d6b00aaee
parent3036252763d004560566eedab432b1f327739e17
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