PM / devfreq: Fix a typo in a comment
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 14 Feb 2020 06:05:06 +0000 (07:05 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 24 Mar 2020 23:35:03 +0000 (08:35 +0900)
'govenror' was used in place of 'governor'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/governor.h

index c07ce77..ae4d0cc 100644 (file)
@@ -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.