diff mbox series

PM / devfreq: Fix a typo in a comment

Message ID 20200214060506.29500-1-christophe.jaillet@wanadoo.fr (mailing list archive)
State Accepted
Delegated to: Chanwoo Choi
Headers show
Series PM / devfreq: Fix a typo in a comment | expand

Commit Message

Christophe JAILLET Feb. 14, 2020, 6:05 a.m. UTC
'govenror' was used in place of 'governor'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/devfreq/governor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chanwoo Choi Feb. 14, 2020, 7:55 a.m. UTC | #1
On 2/14/20 3:05 PM, Christophe JAILLET wrote:
> 'govenror' was used in place of 'governor'
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
>  drivers/devfreq/governor.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/devfreq/governor.h b/drivers/devfreq/governor.h
> index c07ce77c253d..ae4d0cc18359 100644
> --- a/drivers/devfreq/governor.h
> +++ b/drivers/devfreq/governor.h
> @@ -30,7 +30,7 @@
>   * @node:		list node - contains registered devfreq governors
>   * @name:		Governor's name
>   * @immutable:		Immutable flag for governor. If the value is 1,
> - *			this govenror is never changeable to other governor.
> + *			this governor is never changeable to other governor.
>   * @interrupt_driven:	Devfreq core won't schedule polling work for this
>   *			governor if value is set to 1.
>   * @get_target_freq:	Returns desired operating frequency for the device.
> 

Applied it.
diff mbox series

Patch

diff --git a/drivers/devfreq/governor.h b/drivers/devfreq/governor.h
index c07ce77c253d..ae4d0cc18359 100644
--- a/drivers/devfreq/governor.h
+++ b/drivers/devfreq/governor.h
@@ -30,7 +30,7 @@ 
  * @node:		list node - contains registered devfreq governors
  * @name:		Governor's name
  * @immutable:		Immutable flag for governor. If the value is 1,
- *			this govenror is never changeable to other governor.
+ *			this governor is never changeable to other governor.
  * @interrupt_driven:	Devfreq core won't schedule polling work for this
  *			governor if value is set to 1.
  * @get_target_freq:	Returns desired operating frequency for the device.