* [PATCH] Fix incorrect use of loose in cpufreq.c
@ 2008-12-05 3:50 Nick Andrew
2008-12-05 16:11 ` Mike Frysinger
0 siblings, 1 reply; 2+ messages in thread
From: Nick Andrew @ 2008-12-05 3:50 UTC (permalink / raw)
To: Bryan Wu, Dominik Brodowski, Michael Hennerich, Nick Andrew,
Vitja Makarov
Cc: linux-kernel, Nick Andrew
Fix incorrect use of loose in cpufreq.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
arch/blackfin/mach-common/cpufreq.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/blackfin/mach-common/cpufreq.c b/arch/blackfin/mach-common/cpufreq.c
index dda5443..56f68d8 100644
--- a/arch/blackfin/mach-common/cpufreq.c
+++ b/arch/blackfin/mach-common/cpufreq.c
@@ -112,7 +112,7 @@ static int bfin_target(struct cpufreq_policy *policy,
bfin_write_TSCALE(tscale);
cycles = get_cycles();
SSYNC();
- cycles += 10; /* ~10 cycles we loose after get_cycles() */
+ cycles += 10; /* ~10 cycles we lose after get_cycles() */
__bfin_cycles_off += (cycles << __bfin_cycles_mod) - (cycles << index);
__bfin_cycles_mod = index;
local_irq_restore(flags);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix incorrect use of loose in cpufreq.c
2008-12-05 3:50 [PATCH] Fix incorrect use of loose in cpufreq.c Nick Andrew
@ 2008-12-05 16:11 ` Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2008-12-05 16:11 UTC (permalink / raw)
To: Nick Andrew
Cc: Bryan Wu, Dominik Brodowski, Michael Hennerich, Vitja Makarov,
linux-kernel
On Thu, Dec 4, 2008 at 22:50, Nick Andrew wrote:
> Fix incorrect use of loose in cpufreq.c
>
> It should be 'lose', not 'loose'.
thanks ... ive stuck it into our tree
-mike
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-05 16:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-05 3:50 [PATCH] Fix incorrect use of loose in cpufreq.c Nick Andrew
2008-12-05 16:11 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®