aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2011-02-28 16:23:36 -0500
committerMike Frysinger <vapier@gentoo.org>2011-03-18 04:01:10 -0400
commit8944b5a258d73abd1f86bb360c27bb8c3bed5daa (patch)
tree0bd3a3d0ac7a334a6a244cab5fc4ac454a872b23 /arch/blackfin/mach-common
parent1eb5efa0e442710f35ed41ba09510e777b5cc409 (diff)
Blackfin: cpufreq: fix typos
No functional changes here. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-common')
-rw-r--r--arch/blackfin/mach-common/cpufreq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-common/cpufreq.c b/arch/blackfin/mach-common/cpufreq.c
index c33fb61b508..85dc6d69f9c 100644
--- a/arch/blackfin/mach-common/cpufreq.c
+++ b/arch/blackfin/mach-common/cpufreq.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Blackfin core clock scaling 2 * Blackfin core clock scaling
3 * 3 *
4 * Copyright 2008-2009 Analog Devices Inc. 4 * Copyright 2008-2011 Analog Devices Inc.
5 * 5 *
6 * Licensed under the GPL-2 or later. 6 * Licensed under the GPL-2 or later.
7 */ 7 */
@@ -17,7 +17,7 @@
17#include <asm/dpmc.h> 17#include <asm/dpmc.h>
18 18
19/* this is the table of CCLK frequencies, in Hz */ 19/* this is the table of CCLK frequencies, in Hz */
20/* .index is the entry in the auxillary dpm_state_table[] */ 20/* .index is the entry in the auxiliary dpm_state_table[] */
21static struct cpufreq_frequency_table bfin_freq_table[] = { 21static struct cpufreq_frequency_table bfin_freq_table[] = {
22 { 22 {
23 .frequency = CPUFREQ_TABLE_END, 23 .frequency = CPUFREQ_TABLE_END,
@@ -44,7 +44,7 @@ static struct bfin_dpm_state {
44 44
45#if defined(CONFIG_CYCLES_CLOCKSOURCE) 45#if defined(CONFIG_CYCLES_CLOCKSOURCE)
46/* 46/*
47 * normalized to maximum frequncy offset for CYCLES, 47 * normalized to maximum frequency offset for CYCLES,
48 * used in time-ts cycles clock source, but could be used 48 * used in time-ts cycles clock source, but could be used
49 * somewhere also. 49 * somewhere also.
50 */ 50 */