aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorLukasz Luba <lukasz.luba@arm.com>2021-01-04 13:59:12 +0000
committerChanwoo Choi <cw00.choi@samsung.com>2021-01-05 10:04:25 +0900
commitf40d81231b2ddfac41d5bf09462b260b256e15ba (patch)
treec17f7fbc8c8b1751eb5c5c6ab84e7a69c14b6d76 /drivers/devfreq
parentLinux 5.11-rc1 (diff)
downloadlinux-dev-f40d81231b2ddfac41d5bf09462b260b256e15ba.tar.xz
linux-dev-f40d81231b2ddfac41d5bf09462b260b256e15ba.zip
PM / devfreq: Correct spelling in a comment
The device attribute exposed in sysfs is called 'polling_interval'. Align the comment. Signed-off-by: Lukasz Luba <lukasz.luba@arm.com> 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 2a52f97b542d..70f44b3ca42e 100644
--- a/drivers/devfreq/governor.h
+++ b/drivers/devfreq/governor.h
@@ -40,7 +40,7 @@
/*
* Definition of governor attribute flags except for common sysfs attributes
* - DEVFREQ_GOV_ATTR_POLLING_INTERVAL
- * : Indicate polling_interal sysfs attribute
+ * : Indicate polling_interval sysfs attribute
* - DEVFREQ_GOV_ATTR_TIMER
* : Indicate timer sysfs attribute
*/