mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-30 19:07:15 +00:00
cpufreq: nforce2: Fix typo in comment to function nforce2_init()
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
732b6d617a
commit
97155e0336
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ static int nforce2_detect_chipset(void)
|
||||||
* nforce2_init - initializes the nForce2 CPUFreq driver
|
* nforce2_init - initializes the nForce2 CPUFreq driver
|
||||||
*
|
*
|
||||||
* Initializes the nForce2 FSB support. Returns -ENODEV on unsupported
|
* Initializes the nForce2 FSB support. Returns -ENODEV on unsupported
|
||||||
* devices, -EINVAL on problems during initiatization, and zero on
|
* devices, -EINVAL on problems during initialization, and zero on
|
||||||
* success.
|
* success.
|
||||||
*/
|
*/
|
||||||
static int __init nforce2_init(void)
|
static int __init nforce2_init(void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue