1
0
Fork 0

[CPUFREQ] fixes typo in cpufreq.c

This patch fixes a typo in cpufreq.c

From: Dhaval Giani <dhaval.giani@gmail.com>
Signed-off-by: Dave Jones <davej@redhat.com>
hifive-unleashed-5.1
Dhaval Giani 2006-12-13 14:49:15 +05:30 committed by Dave Jones
parent 445722f97a
commit 4ab70df451
1 changed files with 1 additions and 1 deletions

View File

@ -959,7 +959,7 @@ static void cpufreq_out_of_sync(unsigned int cpu, unsigned int old_freq,
/**
* cpufreq_quick_get - get the CPU frequency (in kHz) frpm policy->cur
* cpufreq_quick_get - get the CPU frequency (in kHz) from policy->cur
* @cpu: CPU number
*
* This is the last known freq, without actually getting it from the driver.