diff options
author | Vagrant Cascadian | 2016-03-15 12:16:39 -0700 |
---|---|---|
committer | Tom Rini | 2016-03-22 12:16:16 -0400 |
commit | a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6 (patch) | |
tree | df532a5c7a2877178c9a93f45c521d0cefdfc691 /include/usb.h | |
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 'include/usb.h')
-rw-r--r-- | include/usb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usb.h b/include/usb.h index 19411258ec8..5adad368380 100644 --- a/include/usb.h +++ b/include/usb.h @@ -130,7 +130,7 @@ struct usb_device { int string_langid; /* language ID for strings */ int (*irq_handle)(struct usb_device *dev); unsigned long irq_status; - int irq_act_len; /* transfered bytes */ + int irq_act_len; /* transferred bytes */ void *privptr; /* * Child devices - if this is a hub device @@ -138,7 +138,7 @@ struct usb_device { */ unsigned long status; unsigned long int_pending; /* 1 bit per ep, used by int_queue */ - int act_len; /* transfered bytes */ + int act_len; /* transferred bytes */ int maxchild; /* Number of ports if hub */ int portnr; /* Port number, 1=first */ #ifndef CONFIG_DM_USB |