projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39883af
)
powerpc: fix typo in kgdb.c
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Mon, 23 Apr 2018 20:27:41 +0000
(22:27 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sat, 28 Apr 2018 14:42:35 +0000
(10:42 -0400)
%s/alingment/alignment/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/powerpc/lib/kgdb.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/lib/kgdb.c
b/arch/powerpc/lib/kgdb.c
index aa16a00a42e7072eae32c46afc0cf6d219c5d1a4..f580c023e5823dd69e858fb39c9177dcbb3cd09d 100644
(file)
--- a/
arch/powerpc/lib/kgdb.c
+++ b/
arch/powerpc/lib/kgdb.c
@@
-52,7
+52,7
@@
static struct hard_trap_info
{ 0x300, SIGSEGV }, /* address error (store) */
{ 0x400, SIGBUS }, /* instruction bus error */
{ 0x500, SIGINT }, /* interrupt */
- { 0x600, SIGBUS }, /* ali
ng
ment */
+ { 0x600, SIGBUS }, /* ali
gn
ment */
{ 0x700, SIGTRAP }, /* breakpoint trap */
{ 0x800, SIGFPE }, /* fpu unavail */
{ 0x900, SIGALRM }, /* decrementer */