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>
This commit is contained in:
Masanari Iida
2012-04-19 00:04:46 +09:00
committed by Greg Kroah-Hartman
parent 6feff1b92b
commit 1c1301ddd1
5 changed files with 7 additions and 7 deletions

View File

@@ -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;