Re: [PATCH] sh: boards: Fix the cacography in irq.c

2021-01-01 Thread Andreas Schwab
On Nov 19 2020, Tang Bin wrote: > The world 'swtich' is wrong, so fix it. s/world/word/ Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: [PATCH] sh: boards: Fix the cacography in irq.c

2021-01-01 Thread John Paul Adrian Glaubitz
On 11/19/20 11:56 AM, Tang Bin wrote: > The world 'swtich' is wrong, so fix it. > > Signed-off-by: Tang Bin > --- > arch/sh/boards/mach-landisk/irq.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/sh/boards/mach-landisk/irq.c >

[PATCH] sh: boards: Fix the cacography in irq.c

2020-11-19 Thread Tang Bin
The world 'swtich' is wrong, so fix it. Signed-off-by: Tang Bin --- arch/sh/boards/mach-landisk/irq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sh/boards/mach-landisk/irq.c b/arch/sh/boards/mach-landisk/irq.c index 29b8b1f85..0b672b80c 100644 ---