diff options
author | Lukasz Luba <lukasz.luba@arm.com> | 2021-01-04 13:59:12 +0000 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-01-05 10:04:25 +0900 |
commit | f40d81231b2ddfac41d5bf09462b260b256e15ba (patch) | |
tree | c17f7fbc8c8b1751eb5c5c6ab84e7a69c14b6d76 /drivers/devfreq | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) |
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.h | 2 |
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 */ |