projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
712e9ad
)
cpufreq: centrino: Fix centrino_setpolicy() kerneldoc comment
author
dongjian
<dongjian@yulong.com>
Sun, 28 Apr 2019 08:54:17 +0000
(16:54 +0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 29 Apr 2019 07:43:25 +0000
(09:43 +0200)
The code is using centrino_target() rather than centrino_setpolicy().
Signed-off-by: dongjian <dongjian@yulong.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
[ rjw: Subject ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/speedstep-centrino.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/speedstep-centrino.c
b/drivers/cpufreq/speedstep-centrino.c
index a1fb735685dbfbb4bbae28fd9e8940df5adffdb8..e086b2dd4072d1fa6e0355b61c6e76d315547cff 100644
(file)
--- a/
drivers/cpufreq/speedstep-centrino.c
+++ b/
drivers/cpufreq/speedstep-centrino.c
@@
-412,7
+412,7
@@
static int centrino_cpu_exit(struct cpufreq_policy *policy)
}
/**
- * centrino_
setpolicy
- set a new CPUFreq policy
+ * centrino_
target
- set a new CPUFreq policy
* @policy: new policy
* @index: index of target frequency
*