projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e38225
)
sh: boards: Fix the cacography in irq.c
author
Tang Bin
<tangbin@cmss.chinamobile.com>
Thu, 19 Nov 2020 10:56:56 +0000
(18:56 +0800)
committer
Rich Felker
<dalias@libc.org>
Fri, 17 Sep 2021 18:00:01 +0000
(14:00 -0400)
The word 'swtich' is wrong, so fix it.
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/boards/mach-landisk/irq.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/mach-landisk/irq.c
b/arch/sh/boards/mach-landisk/irq.c
index 29b8b1f8524668e6204768d8c17ec683a7522dd5..0b672b80c561799884ffe85a012c1b754c8fab06 100644
(file)
--- a/
arch/sh/boards/mach-landisk/irq.c
+++ b/
arch/sh/boards/mach-landisk/irq.c
@@
-26,8
+26,8
@@
enum {
PCI_INTD, /* PCI int D */
ATA, /* ATA */
FATA, /* CF */
- POWER, /* Power sw
ti
ch */
- BUTTON, /* Button sw
ti
ch */
+ POWER, /* Power sw
it
ch */
+ BUTTON, /* Button sw
it
ch */
};
/* Vectors for LANDISK */