X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fusb.c;h=4d0de4d87e83a1bfd5f15ea171472de4260a59d2;hb=a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6;hp=45a5a0f9c73039def05eaf31362e8229ce6aeb77;hpb=0af49b9575476587d7c0cfd79ba29a21aa50bc05;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/usb.c b/common/usb.c index 45a5a0f..4d0de4d 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,