summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fhci-tds.c
diff options
context:
space:
mode:
authorMasanari Iida2012-04-18 17:04:46 +0200
committerGreg Kroah-Hartman2012-04-18 22:57:26 +0200
commit1c1301ddd1799fbdec2fc74bd7226cfd94edff78 (patch)
treecd0bfbdbadbc207045db00ec7bfaa49fcb65d9fe /drivers/usb/host/fhci-tds.c
parentEHCI: don't try to clear the IAAD bit (diff)
downloadkernel-qcow2-linux-1c1301ddd1799fbdec2fc74bd7226cfd94edff78.tar.gz
kernel-qcow2-linux-1c1301ddd1799fbdec2fc74bd7226cfd94edff78.tar.xz
kernel-qcow2-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/fhci-tds.c')
-rw-r--r--drivers/usb/host/fhci-tds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fhci-tds.c b/drivers/usb/host/fhci-tds.c
index 0ea577bfca2a..c5ed88199292 100644
--- a/drivers/usb/host/fhci-tds.c
+++ b/drivers/usb/host/fhci-tds.c
@@ -155,7 +155,7 @@ u32 fhci_create_ep(struct fhci_usb *usb, enum fhci_mem_alloc data_mem,
struct endpoint *ep;
struct usb_td __iomem *td;
unsigned long ep_offset;
- char *err_for = "enpoint PRAM";
+ char *err_for = "endpoint PRAM";
int ep_mem_size;
u32 i;