summary refs log tree commit diff
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2020-02-14 07:05:06 +0100
committerChanwoo Choi <cw00.choi@samsung.com>2020-03-25 08:35:03 +0900
commit3bb5ee9aaa34617845a8fc0e0be9cf99139cbc2e (patch)
tree2aceb318872dc4cffead054d6e608bbe3fb1e123 /drivers/devfreq
parent3a1ec2e8d8a9f5535f11dd3772a212434743e4f2 (diff)
downloadlinux-3bb5ee9aaa34617845a8fc0e0be9cf99139cbc2e.tar.gz
PM / devfreq: Fix a typo in a comment
'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>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r--drivers/devfreq/governor.h2
1 files changed, 1 insertions, 1 deletions
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.