diff mbox series

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

Message ID 20180423202741.18190-1-xypron.glpk@gmx.de
State Accepted
Commit b60cfb6a01a23938245edb9e0910cc11dbeed789
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/1] powerpc: fix typo in kgdb.c | expand

Commit Message

Heinrich Schuchardt April 23, 2018, 8:27 p.m. UTC
%s/alingment/alignment/

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

Comments

Tom Rini April 28, 2018, 10:20 p.m. UTC | #1
On Mon, Apr 23, 2018 at 10:27:41PM +0200, Heinrich Schuchardt wrote:

> %s/alingment/alignment/
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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 */