cpufreq: Replace open-coded << with BIT()
authorAmit Kucheria <amit.kucheria@linaro.org>
Mon, 21 Jan 2019 08:47:37 +0000 (14:17 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 21 Jan 2019 10:02:09 +0000 (11:02 +0100)
commit8321be6a9df5c5cfbf3fb5f716caf8698a5a7016
treea2e758f88b8d98b53af2aeb382ddf104a954c084
parent4944514e6c7e613b578aaaafb2a2dd1a54bcf538
cpufreq: Replace open-coded << with BIT()

Minor clean-up to use BIT() and keep checkpatch happy. Clean up the
comment formatting while we're at it to make it easier to read.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/linux/cpufreq.h