cppc_cpufreq: fix misspelling, code style and readability issues
authorIonela Voinescu <ionela.voinescu@arm.com>
Thu, 5 Nov 2020 12:55:17 +0000 (12:55 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 17 Nov 2020 14:57:09 +0000 (15:57 +0100)
commit63087265c288dc2d0f198ffba964c9fb383a61ed
tree572ed2e847421ec5e86b355a0a0a1f90d9993806
parentef7ece9a9b1fde9cf6a455981a0f39e342ee0f8c
cppc_cpufreq: fix misspelling, code style and readability issues

Fix a few trivial issues in the cppc_cpufreq driver:

 - indentation of function arguments
 - consistent use of tabs (vs space) in defines
 - spelling: s/Offest/Offset, s/trasition/transition
 - order of local variables, from long pointers to structures to
   short ret and i (index) variables, to improve readability

Signed-off-by: Ionela Voinescu <ionela.voinescu@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cppc_cpufreq.c