Message ID | 1457969342-23672-1-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Rafael Wysocki |
Headers | show |
On 2016? 03? 15? 00:29, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > drivers/devfreq/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig > index 64281bb2f6503c5a..4de78c552251a5a5 100644 > --- a/drivers/devfreq/Kconfig > +++ b/drivers/devfreq/Kconfig > @@ -61,7 +61,7 @@ config DEVFREQ_GOV_USERSPACE > Sets the frequency at the user specified one. > This governor returns the user configured frequency if there > has been an input to /sys/devices/.../power/devfreq_set_freq. > - Otherwise, the governor does not change the frequnecy > + Otherwise, the governor does not change the frequency > given at the initialization. > > comment "DEVFREQ Drivers" > Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Thanks, Chanwoo Choi -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tuesday, March 15, 2016 05:14:22 PM Chanwoo Choi wrote: > On 2016? 03? 15? 00:29, Geert Uytterhoeven wrote: > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > --- > > drivers/devfreq/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig > > index 64281bb2f6503c5a..4de78c552251a5a5 100644 > > --- a/drivers/devfreq/Kconfig > > +++ b/drivers/devfreq/Kconfig > > @@ -61,7 +61,7 @@ config DEVFREQ_GOV_USERSPACE > > Sets the frequency at the user specified one. > > This governor returns the user configured frequency if there > > has been an input to /sys/devices/.../power/devfreq_set_freq. > > - Otherwise, the governor does not change the frequnecy > > + Otherwise, the governor does not change the frequency > > given at the initialization. > > > > comment "DEVFREQ Drivers" > > > > Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Applied, thanks! Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 64281bb2f6503c5a..4de78c552251a5a5 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -61,7 +61,7 @@ config DEVFREQ_GOV_USERSPACE Sets the frequency at the user specified one. This governor returns the user configured frequency if there has been an input to /sys/devices/.../power/devfreq_set_freq. - Otherwise, the governor does not change the frequnecy + Otherwise, the governor does not change the frequency given at the initialization. comment "DEVFREQ Drivers"
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- drivers/devfreq/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)