From: Christophe JAILLET Date: Fri, 14 Feb 2020 06:05:06 +0000 (+0100) Subject: PM / devfreq: Fix a typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3bb5ee9aaa34617845a8fc0e0be9cf99139cbc2e;p=linux.git PM / devfreq: Fix a typo in a comment 'govenror' was used in place of 'governor' Signed-off-by: Christophe JAILLET Signed-off-by: Chanwoo Choi --- diff --git a/drivers/devfreq/governor.h b/drivers/devfreq/governor.h index c07ce77c253da..ae4d0cc183596 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.