Skip to content

Commit

Permalink
cpufreq: centrino: Fix centrino_setpolicy() kerneldoc comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dongjian authored and Rafael J. Wysocki committed Apr 29, 2019
1 parent 712e9ad commit 75b0f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/speedstep-centrino.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 75b0f84

Please sign in to comment.