On Mon, Feb 8, 2016 at 6:07 PM, Viresh Kumar viresh.kumar@linaro.org 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