projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57577c9
)
cpufreq: Fix typo in cpufreq.h
author
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 20 Oct 2021 19:08:06 +0000
(21:08 +0200)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Thu, 21 Oct 2021 10:30:17 +0000
(12:30 +0200)
s/internale/internal/
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
include/linux/cpufreq.h
patch
|
blob
|
history
diff --git
a/include/linux/cpufreq.h
b/include/linux/cpufreq.h
index ff88bb3e44fca1ba7bb58137ca9aea1971a62c9b..3317887027b59d734268bfe9f027cdbe6f86b5ed 100644
(file)
--- 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 internal
e
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.