[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081205035011.922.75349.stgit@marcab.local.tull.net>
Date: Fri, 05 Dec 2008 14:50:12 +1100
From: Nick Andrew <nick@...k-andrew.net>
To: Bryan Wu <cooloney@...nel.org>,
Dominik Brodowski <linux@...inikbrodowski.net>,
Michael Hennerich <michael.hennerich@...log.com>,
Nick Andrew <nick@...k-andrew.net>,
Vitja Makarov <vitja.makarov@...il.com>
Cc: <linux-kernel@...r.kernel.org>, Nick Andrew <nick@...k-andrew.net>
Subject: [PATCH] Fix incorrect use of loose in cpufreq.c
Fix incorrect use of loose in cpufreq.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@...k-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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists