public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: Fix centrino_setpolicy to centrino_target
@ 2019-04-28  8:54 dongjian
  2019-04-29  5:42 ` Viresh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: dongjian @ 2019-04-28  8:54 UTC (permalink / raw)
  To: rjw, viresh.kumar; +Cc: linux-pm, dongjian, huyue2

From: dongjian <dongjian@yulong.com>

The code is using centrino_target rather than centrino_setpolicy.

Signed-off-by: dongjian <dongjian@yulong.com>
---
 drivers/cpufreq/speedstep-centrino.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/speedstep-centrino.c b/drivers/cpufreq/speedstep-centrino.c
index 7d4a315..26fab0c 100644
--- 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
  *
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-01 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-28  8:54 [PATCH] cpufreq: Fix centrino_setpolicy to centrino_target dongjian
2019-04-29  5:42 ` Viresh Kumar
2019-05-01 10:43   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox