summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-s3c24xx.c
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2016-10-24 03:45:19 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-31 14:13:17 (GMT)
commit3450a8596d3c06107ccf44d2ad41402449e681dd (patch)
tree2977342c3e9511371484f532f00f819a30206326 /drivers/usb/host/ohci-s3c24xx.c
parentda1a3bd4d38af6fc63fd93c8e47424d98e634d58 (diff)
downloadu-boot-fsl-qoriq-3450a8596d3c06107ccf44d2ad41402449e681dd.tar.xz
Fix spelling of "resetting".
Cover-Letter: Fixes several spelling errors for the words "resetting", "extended", "occur", and "multiple". Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/usb/host/ohci-s3c24xx.c')
-rw-r--r--drivers/usb/host/ohci-s3c24xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-s3c24xx.c b/drivers/usb/host/ohci-s3c24xx.c
index 8bb2275..28b9ab5 100644
--- a/drivers/usb/host/ohci-s3c24xx.c
+++ b/drivers/usb/host/ohci-s3c24xx.c
@@ -677,7 +677,7 @@ static void td_submit_job(struct usb_device *dev, unsigned long pipe,
unsigned int toggle = 0;
/* OHCI handles the DATA-toggles itself, we just
- use the USB-toggle bits for reseting */
+ use the USB-toggle bits for resetting */
if (usb_gettoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe))) {
toggle = TD_T_TOGGLE;
} else {