aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-12-24 20:03:51 +0800
committerBryan Wu <bryan.wu@analog.com>2007-12-24 20:03:51 +0800
commit79f1ec862ae2e693b85fd7c94654ba1779ff5863 (patch)
tree3d36e4382a36d763e206cd3b7e3cb3cfb57e4fd8 /arch/blackfin
parent[Blackfin] arch: fix bug - kgdb causing kernel panic (diff)
downloadlinux-dev-79f1ec862ae2e693b85fd7c94654ba1779ff5863.tar.xz
linux-dev-79f1ec862ae2e693b85fd7c94654ba1779ff5863.zip
[Blackfin] arch: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/kernel/early_printk.c2
-rw-r--r--arch/blackfin/mach-bf548/ints-priority.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/kernel/early_printk.c b/arch/blackfin/kernel/early_printk.c
index c892777267d5..60f67f90fe35 100644
--- a/arch/blackfin/kernel/early_printk.c
+++ b/arch/blackfin/kernel/early_printk.c
@@ -187,7 +187,7 @@ asmlinkage void __init init_early_exception_vectors(void)
bfin_write_EVT15(early_trap);
CSYNC();
- /* Set all the return from interupt, exception, NMI to a known place
+ /* Set all the return from interrupt, exception, NMI to a known place
* so if we do a RETI, RETX or RETN by mistake - we go somewhere known
* Note - don't change RETS - we are in a subroutine, or
* RETE - since it might screw up if emulator is attached
diff --git a/arch/blackfin/mach-bf548/ints-priority.c b/arch/blackfin/mach-bf548/ints-priority.c
index 05e3b3cb4c0a..2665653cee37 100644
--- a/arch/blackfin/mach-bf548/ints-priority.c
+++ b/arch/blackfin/mach-bf548/ints-priority.c
@@ -4,7 +4,7 @@
* Author: Michael Hennerich
*
* Created:
- * Description: Set up the interupt priorities
+ * Description: Set up the interrupt priorities
*
* Modified:
* Copyright 2004-2006 Analog Devices Inc.