]> 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)
commit555d315b345ce773c0259411d7f2efc5e21f605b
tree53cac6c3cda2d6e2a8c7e7d750097f2d6b00aaee
parent79aa7a3c1089041d0a38406a8594f995b8729e49
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