From: Masanari Iida Date: Sat, 4 Feb 2012 12:40:24 +0000 (+0900) Subject: sh: Fix typo in pci-sh7780.c X-Git-Tag: upstream/snapshot3+hdmi~7431^2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68277438503fd3442a3612fa636c9c898ddbc493;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Jiri Kosina --- diff --git a/arch/sh/drivers/pci/pci-sh7780.c b/arch/sh/drivers/pci/pci-sh7780.c index fa7b978..fb8f1499 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" },