Re: [PATCH] PM / devfreq: spelling correction in a comment

2021-01-04 Thread Chanwoo Choi
Hi Lukasz, On Mon, Jan 4, 2021 at 11:01 PM Lukasz Luba wrote: > > The device attribute exposed in sysfs is called 'polling_interval'. Align > the comment. > > Signed-off-by: Lukasz Luba > --- > Hi Chanwoo, > > While grepping the devfreq polling_interval sources I've found > this trivial mistake

[PATCH] PM / devfreq: spelling correction in a comment

2021-01-04 Thread Lukasz Luba
The device attribute exposed in sysfs is called 'polling_interval'. Align the comment. Signed-off-by: Lukasz Luba --- Hi Chanwoo, While grepping the devfreq polling_interval sources I've found this trivial mistake in the comment. Regards, Lukasz drivers/devfreq/governor.h | 2 +- 1 file chang