From a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 15 Mar 2016 12:16:39 -0700 Subject: Fix spelling of "transferred". Signed-off-by: Vagrant Cascadian Acked-by: Marek Vasut Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- include/usb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/usb.h b/include/usb.h index 19411258ec..5adad36838 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 -- cgit v1.2.1