From: Lukasz Luba Date: Mon, 4 Jan 2021 13:59:12 +0000 (+0000) Subject: PM / devfreq: Correct spelling in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f40d81231b2ddfac41d5bf09462b260b256e15ba;p=linux.git 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 Signed-off-by: Chanwoo Choi --- diff --git a/drivers/devfreq/governor.h b/drivers/devfreq/governor.h index 2a52f97b542db..70f44b3ca42e6 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 */