projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c40e0fa
)
sh: Fix typo in pci-sh7780.c
author
Masanari Iida
<standby24x7@gmail.com>
Sat, 4 Feb 2012 12:40:24 +0000
(21:40 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 24 Feb 2012 04:21:44 +0000
(13:21 +0900)
Correct spelling "erorr" to "error" in
arch/sh/drivers/pci/pci-sh7780.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/pci/pci-sh7780.c
patch
|
blob
|
history
diff --git
a/arch/sh/drivers/pci/pci-sh7780.c
b/arch/sh/drivers/pci/pci-sh7780.c
index fa7b978cc7278212c18bb7059ee937a9d17c9445..fb8f149907433498d183dda7a7ae9170305f2b14 100644
(file)
--- a/
arch/sh/drivers/pci/pci-sh7780.c
+++ b/
arch/sh/drivers/pci/pci-sh7780.c
@@
-74,7
+74,7
@@
struct pci_errors {
{ SH4_PCIINT_MLCK, "master lock error" },
{ SH4_PCIINT_TABT, "target-target abort" },
{ SH4_PCIINT_TRET, "target retry time out" },
- { SH4_PCIINT_MFDE, "master function disable er
or
r" },
+ { SH4_PCIINT_MFDE, "master function disable er
ro
r" },
{ SH4_PCIINT_PRTY, "address parity error" },
{ SH4_PCIINT_SERR, "SERR" },
{ SH4_PCIINT_TWDP, "data parity error for target write" },