summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-ppc-of.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-04-18 17:04:46 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-18 22:57:26 +0200
commit1c1301ddd1799fbdec2fc74bd7226cfd94edff78 (patch)
treecd0bfbdbadbc207045db00ec7bfaa49fcb65d9fe /drivers/usb/host/ohci-ppc-of.c
parentEHCI: don't try to clear the IAAD bit (diff)
downloadlinux-1c1301ddd1799fbdec2fc74bd7226cfd94edff78.tar.xz
linux-1c1301ddd1799fbdec2fc74bd7226cfd94edff78.zip
usb: Fix various typo within usb
Correct spelling typo within usb Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci-ppc-of.c')
-rw-r--r--drivers/usb/host/ohci-ppc-of.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-ppc-of.c b/drivers/usb/host/ohci-ppc-of.c
index d24cc89de16f..b2b5767cb37f 100644
--- a/drivers/usb/host/ohci-ppc-of.c
+++ b/drivers/usb/host/ohci-ppc-of.c
@@ -236,7 +236,7 @@ MODULE_DEVICE_TABLE(of, ohci_hcd_ppc_of_match);
#if !defined(CONFIG_USB_OHCI_HCD_PPC_OF_BE) && \
!defined(CONFIG_USB_OHCI_HCD_PPC_OF_LE)
-#error "No endianess selected for ppc-of-ohci"
+#error "No endianness selected for ppc-of-ohci"
#endif