Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4ab70df451c6183dd5474a68edac44684b0b7616
Commit:     4ab70df451c6183dd5474a68edac44684b0b7616
Parent:     445722f97a0ecd3aed3f53d9f0dcaacaef8c6223
Author:     Dhaval Giani <[EMAIL PROTECTED]>
AuthorDate: Wed Dec 13 14:49:15 2006 +0530
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Wed Dec 13 10:11:25 2006 -0500

    [CPUFREQ] fixes typo in cpufreq.c
    
    This patch fixes a typo in cpufreq.c
    
    From: Dhaval Giani <[EMAIL PROTECTED]>
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
---
 drivers/cpufreq/cpufreq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 9fb2edf..d913304 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to