Re: [PATCH] cpufreq: Replace open-coded << with BIT()

2019-01-22 Thread Rafael J. Wysocki
On Monday, January 21, 2019 9:47:37 AM CET Amit Kucheria wrote: > 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 > Reviewed-by: Stephen Boyd > --- > include/linux/cpufreq.h |

[PATCH] cpufreq: Replace open-coded << with BIT()

2019-01-21 Thread Amit Kucheria
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 Reviewed-by: Stephen Boyd --- include/linux/cpufreq.h | 25 + 1 file changed, 13 insertions(+), 12 deletions(-