PM / devfreq: Correct spelling in a comment
authorLukasz Luba <lukasz.luba@arm.com>
Mon, 4 Jan 2021 13:59:12 +0000 (13:59 +0000)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 5 Jan 2021 01:04:25 +0000 (10:04 +0900)
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>
drivers/devfreq/governor.h

index 2a52f97..70f44b3 100644 (file)
@@ -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
  */