diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-18 11:04:46 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-18 16:57:26 -0400 |
commit | 1c1301ddd1799fbdec2fc74bd7226cfd94edff78 (patch) | |
tree | cd0bfbdbadbc207045db00ec7bfaa49fcb65d9fe | |
parent | 6feff1b92bedab133c5835e510d11f62e843b257 (diff) |
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>
-rw-r--r-- | drivers/usb/gadget/f_hid.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/ehci-platform.c | 4 | ||||
-rw-r--r-- | drivers/usb/host/fhci-tds.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/ohci-platform.c | 4 | ||||
-rw-r--r-- | drivers/usb/host/ohci-ppc-of.c | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/drivers/usb/gadget/f_hid.c b/drivers/usb/gadget/f_hid.c index b2113420b806..3b3932c55361 100644 --- a/drivers/usb/gadget/f_hid.c +++ b/drivers/usb/gadget/f_hid.c | |||
@@ -374,7 +374,7 @@ static int hidg_setup(struct usb_function *f, | |||
374 | break; | 374 | break; |
375 | 375 | ||
376 | default: | 376 | default: |
377 | VDBG(cdev, "Unknown decriptor request 0x%x\n", | 377 | VDBG(cdev, "Unknown descriptor request 0x%x\n", |
378 | value >> 8); | 378 | value >> 8); |
379 | goto stall; | 379 | goto stall; |
380 | break; | 380 | break; |
diff --git a/drivers/usb/host/ehci-platform.c b/drivers/usb/host/ehci-platform.c index d238b4e24bb6..23c530ae5aa3 100644 --- a/drivers/usb/host/ehci-platform.c +++ b/drivers/usb/host/ehci-platform.c | |||
@@ -94,12 +94,12 @@ static int __devinit ehci_platform_probe(struct platform_device *dev) | |||
94 | 94 | ||
95 | irq = platform_get_irq(dev, 0); | 95 | irq = platform_get_irq(dev, 0); |
96 | if (irq < 0) { | 96 | if (irq < 0) { |
97 | pr_err("no irq provieded"); | 97 | pr_err("no irq provided"); |
98 | return irq; | 98 | return irq; |
99 | } | 99 | } |
100 | res_mem = platform_get_resource(dev, IORESOURCE_MEM, 0); | 100 | res_mem = platform_get_resource(dev, IORESOURCE_MEM, 0); |
101 | if (!res_mem) { | 101 | if (!res_mem) { |
102 | pr_err("no memory recourse provieded"); | 102 | pr_err("no memory recourse provided"); |
103 | return -ENXIO; | 103 | return -ENXIO; |
104 | } | 104 | } |
105 | 105 | ||
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, | |||
155 | struct endpoint *ep; | 155 | struct endpoint *ep; |
156 | struct usb_td __iomem *td; | 156 | struct usb_td __iomem *td; |
157 | unsigned long ep_offset; | 157 | unsigned long ep_offset; |
158 | char *err_for = "enpoint PRAM"; | 158 | char *err_for = "endpoint PRAM"; |
159 | int ep_mem_size; | 159 | int ep_mem_size; |
160 | u32 i; | 160 | u32 i; |
161 | 161 | ||
diff --git a/drivers/usb/host/ohci-platform.c b/drivers/usb/host/ohci-platform.c index ec5c6791c8b4..670c7059c9ae 100644 --- a/drivers/usb/host/ohci-platform.c +++ b/drivers/usb/host/ohci-platform.c | |||
@@ -93,13 +93,13 @@ static int __devinit ohci_platform_probe(struct platform_device *dev) | |||
93 | 93 | ||
94 | irq = platform_get_irq(dev, 0); | 94 | irq = platform_get_irq(dev, 0); |
95 | if (irq < 0) { | 95 | if (irq < 0) { |
96 | pr_err("no irq provieded"); | 96 | pr_err("no irq provided"); |
97 | return irq; | 97 | return irq; |
98 | } | 98 | } |
99 | 99 | ||
100 | res_mem = platform_get_resource(dev, IORESOURCE_MEM, 0); | 100 | res_mem = platform_get_resource(dev, IORESOURCE_MEM, 0); |
101 | if (!res_mem) { | 101 | if (!res_mem) { |
102 | pr_err("no memory recourse provieded"); | 102 | pr_err("no memory recourse provided"); |
103 | return -ENXIO; | 103 | return -ENXIO; |
104 | } | 104 | } |
105 | 105 | ||
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); | |||
236 | 236 | ||
237 | #if !defined(CONFIG_USB_OHCI_HCD_PPC_OF_BE) && \ | 237 | #if !defined(CONFIG_USB_OHCI_HCD_PPC_OF_BE) && \ |
238 | !defined(CONFIG_USB_OHCI_HCD_PPC_OF_LE) | 238 | !defined(CONFIG_USB_OHCI_HCD_PPC_OF_LE) |
239 | #error "No endianess selected for ppc-of-ohci" | 239 | #error "No endianness selected for ppc-of-ohci" |
240 | #endif | 240 | #endif |
241 | 241 | ||
242 | 242 | ||