Re: [PATCH V3 03/13] cpufreq: governor: New sysfs show/store callbacks for governor tunables

From: Rafael J. Wysocki
Date: Mon Feb 08 2016 - 16:28:39 EST


On Mon, Feb 8, 2016 at 6:07 PM, Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
> On 08-02-16, 17:09, Viresh Kumar wrote:
>> +gov_show_one(sampling_rate);
>> +gov_show_one(sampling_down_factor);
>> +gov_show_one(up_threshold);
>> +gov_show_one(ignore_nice_load);
>> +gov_show_one(min_sampling_rate);
>> +gov_show_one_tunable(cs, down_threshold);
>> +gov_show_one_tunable(cs, freq_step);
>
> Based on the review comments on 1/13, I will do:
> - s/gov_show_one/gov_show_one_common
> - s/gov_show_one_tunable/gov_show_one

OK