Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2d50aa9 authored by Simon Arlott's avatar Simon Arlott Committed by Bryan Wu
Browse files

Blackfin arch: spelling fixes



Signed-off-by: default avatarSimon Arlott <simon@fire.lp0.eu>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent ac1bd53c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ int show_interrupts(struct seq_file *p, void *v)
}

/*
 * do_IRQ handles all hardware IRQ's.  Decoded IRQs should not
 * do_IRQ handles all hardware IRQs.  Decoded IRQs should not
 * come via this function.  Instead, they should provide their
 * own 'handler'
 */
+1 −1
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ void dump_bfin_regs(struct pt_regs *fp, void *retaddr)
				break;
#ifndef CONFIG_DEBUG_HWERR
			/* If one of the last few instructions was a STI
			 * it is likily that the error occured awhile ago
			 * it is likely that the error occured awhile ago
			 * and we just noticed
			 */
			if (x >= 0x0040 && x <= 0x0047 && i <= 0)
+1 −1
Original line number Diff line number Diff line
/*
 * File:         arch/blackfin/mach-bf533/boards/cm_bf533.c
 * Based on:     arch/blackfin/mach-bf533/boards/ezkit.c
 * Author:       Aidan Williams <aidan@nicta.com.au> Copright 2005
 * Author:       Aidan Williams <aidan@nicta.com.au> Copyright 2005
 *
 * Created:      2005
 * Description:  Board description file
+1 −1
Original line number Diff line number Diff line
/*
 * File:         arch/blackfin/mach-bf533/ezkit.c
 * Based on:     Orginal Work
 * Based on:     Original Work
 * Author:       Aidan Williams <aidan@nicta.com.au>
 *
 * Created:      2005
+1 −1
Original line number Diff line number Diff line
@@ -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.
Loading