Re: [PATCH] cpufreq: qcom-kryo: make some variables static

2019-02-03 Thread Viresh Kumar
On 04-02-19, 01:13, Yangtao Li wrote: > The variables are local to the source and do not > need to be in global scope, so make them static. > > Signed-off-by: Yangtao Li > --- > drivers/cpufreq/qcom-cpufreq-kryo.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] cpufreq: qcom-kryo: make some variables static

2019-02-03 Thread Yangtao Li
The variables are local to the source and do not need to be in global scope, so make them static. Signed-off-by: Yangtao Li --- drivers/cpufreq/qcom-cpufreq-kryo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/qcom-cpufreq-kryo.c