Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ab70df4 authored by Dhaval Giani's avatar Dhaval Giani Committed by Dave Jones
Browse files

[CPUFREQ] fixes typo in cpufreq.c



This patch fixes a typo in cpufreq.c

From: Dhaval Giani <dhaval.giani@gmail.com>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 445722f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.