diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-04 21:40:24 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-05 17:14:47 +0100 |
commit | 68277438503fd3442a3612fa636c9c898ddbc493 (patch) | |
tree | 33e91dac050467645883acd0960bfdfa0b28e0e4 | |
parent | 3472a2caa49b55c2923e7c876aa84f13eb4b8863 (diff) | |
download | linux-3.10-68277438503fd3442a3612fa636c9c898ddbc493.tar.gz linux-3.10-68277438503fd3442a3612fa636c9c898ddbc493.tar.bz2 linux-3.10-68277438503fd3442a3612fa636c9c898ddbc493.zip |
sh: Fix typo in pci-sh7780.c
Correct spelling "erorr" to "error" in
arch/sh/drivers/pci/pci-sh7780.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/sh/drivers/pci/pci-sh7780.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/pci-sh7780.c b/arch/sh/drivers/pci/pci-sh7780.c index fa7b978cc72..fb8f1499074 100644 --- 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 erorr" }, + { SH4_PCIINT_MFDE, "master function disable error" }, { SH4_PCIINT_PRTY, "address parity error" }, { SH4_PCIINT_SERR, "SERR" }, { SH4_PCIINT_TWDP, "data parity error for target write" }, |