diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-06-04 16:20:28 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-06-12 18:01:50 +0200 |
commit | 3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50 (patch) | |
tree | 4237e93f0952c07da3e9ed74bc18845f41136c7b /drivers/net/usb | |
parent | 4737f0978d6e64eae468e01fa181abf6499e6b84 (diff) | |
download | linux-3.10-3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50.tar.gz linux-3.10-3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50.tar.bz2 linux-3.10-3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50.zip |
trivial: fix ETIMEOUT -> ETIMEDOUT typos
fix ETIMEOUT -> ETIMEDOUT typos
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/usb')
-rw-r--r-- | drivers/net/usb/usbnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/usbnet.c b/drivers/net/usb/usbnet.c index f3a2fce6166..47f68cfa7e2 100644 --- a/drivers/net/usb/usbnet.c +++ b/drivers/net/usb/usbnet.c @@ -398,7 +398,7 @@ static void rx_complete (struct urb *urb) /* stalls need manual reset. this is rare ... except that * when going through USB 2.0 TTs, unplug appears this way. - * we avoid the highspeed version of the ETIMEOUT/EILSEQ + * we avoid the highspeed version of the ETIMEDOUT/EILSEQ * storm, recovering as needed. */ case -EPIPE: |