mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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>
This commit is contained in:
parent
0af49b9575
commit
a6f70a3d14
13 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue