diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-03-15 12:16:39 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-22 12:16:16 -0400 |
commit | a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6 (patch) | |
tree | df532a5c7a2877178c9a93f45c521d0cefdfc691 /common | |
parent | 0af49b9575476587d7c0cfd79ba29a21aa50bc05 (diff) |
Fix spelling of "transferred".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Acked-by: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/usb.c | 2 | ||||
-rw-r--r-- | common/usb_storage.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/usb.c b/common/usb.c index 45a5a0f9c73..4d0de4d87e8 100644 --- a/common/usb.c +++ b/common/usb.c @@ -210,7 +210,7 @@ int usb_submit_int_msg(struct usb_device *dev, unsigned long pipe, * clear keyboards LEDs). For data transfers, (storage transfers) we don't * allow control messages with 0 timeout, by previousely resetting the flag * asynch_allowed (usb_disable_asynch(1)). - * returns the transfered length if OK or -1 if error. The transfered length + * returns the transferred length if OK or -1 if error. The transferred length * and the current status are stored in the dev->act_len and dev->status. */ int usb_control_msg(struct usb_device *dev, unsigned int pipe, diff --git a/common/usb_storage.c b/common/usb_storage.c index 14728242f01..83c8607cf4f 100644 --- a/common/usb_storage.c +++ b/common/usb_storage.c @@ -697,7 +697,7 @@ static int usb_stor_CBI_get_status(ccb *srb, struct us_data *us) us->ip_wanted = 0; return USB_STOR_TRANSPORT_ERROR; } - debug("Got interrupt data 0x%x, transfered %d status 0x%lX\n", + debug("Got interrupt data 0x%x, transferred %d status 0x%lX\n", us->ip_data, us->pusb_dev->irq_act_len, us->pusb_dev->irq_status); /* UFI gives us ASC and ASCQ, like a request sense */ |