From: Rafael J. Wysocki Date: Wed, 20 Oct 2021 19:08:06 +0000 (+0200) Subject: cpufreq: Fix typo in cpufreq.h X-Git-Tag: v6.1-rc5~2752^2~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3598b30bd970bbc09dba0cf31aa0a04105f37207;p=platform%2Fkernel%2Flinux-starfive.git cpufreq: Fix typo in cpufreq.h s/internale/internal/ Signed-off-by: Rafael J. Wysocki Acked-by: Viresh Kumar --- diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index ff88bb3e44fc..3317887027b5 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -385,7 +385,7 @@ struct cpufreq_driver { /* flags */ /* - * Set by drivers that need to update internale upper and lower boundaries along + * Set by drivers that need to update internal upper and lower boundaries along * with the target frequency and so the core and governors should also invoke * the diver if the target frequency does not change, but the policy min or max * may have changed.