diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-02 19:27:47 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-03 12:39:31 -0800 |
commit | 5ae477b05fb5edd059f709ff0a7a2f40fb2827d1 (patch) | |
tree | 7660d67db5a06409807c88214932ad4b99e8d914 /drivers/usb/musb/musb_host.c | |
parent | 45868b3a98605172ebe6367f602dca347e1d2904 (diff) | |
download | blackbird-op-linux-5ae477b05fb5edd059f709ff0a7a2f40fb2827d1.tar.gz blackbird-op-linux-5ae477b05fb5edd059f709ff0a7a2f40fb2827d1.zip |
USB: musb: correct spelling mistakes in comment and error string
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb/musb_host.c')
-rw-r--r-- | drivers/usb/musb/musb_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c index 01e7caf6f7b9..0e30dc27c759 100644 --- a/drivers/usb/musb/musb_host.c +++ b/drivers/usb/musb/musb_host.c @@ -2013,7 +2013,7 @@ static int musb_schedule( head = &musb->out_bulk; /* Enable bulk RX/TX NAK timeout scheme when bulk requests are - * multiplexed. This scheme doen't work in high speed to full + * multiplexed. This scheme does not work in high speed to full * speed scenario as NAK interrupts are not coming from a * full speed device connected to a high speed device. * NAK timeout interval is 8 (128 uframe or 16ms) for HS and |