diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-31 11:03:51 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-11-06 08:04:14 -0500 |
commit | 984e833c2bb6cba11e7cbc84c0dfb7b43792ff80 (patch) | |
tree | d79eaaedf61d481011cedd7ce62c7105209fe707 /drivers/usb/renesas_usbhs | |
parent | b100a2f34dc160502bf7d3006cd8294303bbfacb (diff) |
usb: fix typo in drivers/usb
Correct spelling typo in debug messages within drivers/usb.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/renesas_usbhs')
-rw-r--r-- | drivers/usb/renesas_usbhs/fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/renesas_usbhs/fifo.c b/drivers/usb/renesas_usbhs/fifo.c index 3818c8290825..77f1adc2a4fc 100644 --- a/drivers/usb/renesas_usbhs/fifo.c +++ b/drivers/usb/renesas_usbhs/fifo.c | |||
@@ -163,7 +163,7 @@ static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type) | |||
163 | func = pkt->handler->dma_done; | 163 | func = pkt->handler->dma_done; |
164 | break; | 164 | break; |
165 | default: | 165 | default: |
166 | dev_err(dev, "unknown pkt hander\n"); | 166 | dev_err(dev, "unknown pkt handler\n"); |
167 | goto __usbhs_pkt_handler_end; | 167 | goto __usbhs_pkt_handler_end; |
168 | } | 168 | } |
169 | 169 | ||