aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-06-04 10:20:28 -0400
committerJiri Kosina <jkosina@suse.cz>2009-06-12 12:01:50 -0400
commit3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50 (patch)
tree4237e93f0952c07da3e9ed74bc18845f41136c7b /drivers/net
parent4737f0978d6e64eae468e01fa181abf6499e6b84 (diff)
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')
-rw-r--r--drivers/net/qlge/qlge_main.c2
-rw-r--r--drivers/net/usb/usbnet.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/qlge/qlge_main.c b/drivers/net/qlge/qlge_main.c
index c92ced24794..1fd5ecb2442 100644
--- a/drivers/net/qlge/qlge_main.c
+++ b/drivers/net/qlge/qlge_main.c
@@ -3174,7 +3174,7 @@ static int ql_adapter_reset(struct ql_adapter *qdev)
3174 3174
3175 if (value & RST_FO_FR) { 3175 if (value & RST_FO_FR) {
3176 QPRINTK(qdev, IFDOWN, ERR, 3176 QPRINTK(qdev, IFDOWN, ERR,
3177 "ETIMEOUT!!! errored out of resetting the chip!\n"); 3177 "ETIMEDOUT!!! errored out of resetting the chip!\n");
3178 status = -ETIMEDOUT; 3178 status = -ETIMEDOUT;
3179 } 3179 }
3180 3180
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)
398 398
399 /* stalls need manual reset. this is rare ... except that 399 /* stalls need manual reset. this is rare ... except that
400 * when going through USB 2.0 TTs, unplug appears this way. 400 * when going through USB 2.0 TTs, unplug appears this way.
401 * we avoid the highspeed version of the ETIMEOUT/EILSEQ 401 * we avoid the highspeed version of the ETIMEDOUT/EILSEQ
402 * storm, recovering as needed. 402 * storm, recovering as needed.
403 */ 403 */
404 case -EPIPE: 404 case -EPIPE: