[U-Boot] [PATCH 1/1] powerpc: fix typo in kgdb.c

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Apr 23 20:27:41 UTC 2018


%s/alingment/alignment/

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 arch/powerpc/lib/kgdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/lib/kgdb.c b/arch/powerpc/lib/kgdb.c
index aa16a00a42..f580c023e5 100644
--- 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 },			/* alingment */
+	{ 0x600, SIGBUS },			/* alignment */
 	{ 0x700, SIGTRAP },			/* breakpoint trap */
 	{ 0x800, SIGFPE },			/* fpu unavail */
 	{ 0x900, SIGALRM },			/* decrementer */
-- 
2.17.0



More information about the U-Boot mailing list