aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-10-20 21:08:06 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-10-21 12:30:17 +0200
commit3598b30bd970bbc09dba0cf31aa0a04105f37207 (patch)
treec12ef0b5838cea3bf881432b1390a003ddb642cb
parentcpufreq: intel_pstate: Process HWP Guaranteed change notification (diff)
downloadlinux-dev-3598b30bd970bbc09dba0cf31aa0a04105f37207.tar.xz
linux-dev-3598b30bd970bbc09dba0cf31aa0a04105f37207.zip
cpufreq: Fix typo in cpufreq.h
s/internale/internal/ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r--include/linux/cpufreq.h2
1 files changed, 1 insertions, 1 deletions
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.