diff mbox series

cpufreq: Fix typo in the comment of cpufreq_register_notifier()

Message ID 20230826095455.1137604-2-liaochang1@huawei.com
State New
Headers show
Series cpufreq: Fix typo in the comment of cpufreq_register_notifier() | expand

Commit Message

Liao Chang Aug. 26, 2023, 9:54 a.m. UTC
Replace 'ron' with 'run'.

Signed-off-by: Liao Chang <liaochang1@huawei.com>
---
 drivers/cpufreq/cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Viresh Kumar Aug. 28, 2023, 7 a.m. UTC | #1
On 26-08-23, 09:54, Liao Chang wrote:
> Replace 'ron' with 'run'.
> 
> Signed-off-by: Liao Chang <liaochang1@huawei.com>
> ---
>  drivers/cpufreq/cpufreq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
> index f8eb6dde57f2..c835ff117386 100644
> --- a/drivers/cpufreq/cpufreq.c
> +++ b/drivers/cpufreq/cpufreq.c
> @@ -2010,7 +2010,7 @@ EXPORT_SYMBOL_GPL(cpufreq_get_driver_data);
>   *
>   * Add a notifier to one of two lists: either a list of notifiers that run on
>   * clock rate changes (once before and once after every transition), or a list
> - * of notifiers that ron on cpufreq policy changes.
> + * of notifiers that run on cpufreq policy changes.
>   *
>   * This function may sleep and it has the same return values as
>   * blocking_notifier_chain_register().

Applied. Thanks.
diff mbox series

Patch

diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index f8eb6dde57f2..c835ff117386 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -2010,7 +2010,7 @@  EXPORT_SYMBOL_GPL(cpufreq_get_driver_data);
  *
  * Add a notifier to one of two lists: either a list of notifiers that run on
  * clock rate changes (once before and once after every transition), or a list
- * of notifiers that ron on cpufreq policy changes.
+ * of notifiers that run on cpufreq policy changes.
  *
  * This function may sleep and it has the same return values as
  * blocking_notifier_chain_register().