Skip to content

Commit

Permalink
[CPUFREQ] fixes typo in cpufreq.c
Browse files Browse the repository at this point in the history
This patch fixes a typo in cpufreq.c

From: Dhaval Giani <[email protected]>
Signed-off-by: Dave Jones <[email protected]>
  • Loading branch information
giani authored and Dave Jones committed Dec 13, 2006
1 parent 445722f commit 4ab70df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ab70df

Please sign in to comment.