trivial: fix ETIMEOUT -> ETIMEDOUT typos
[sfrench/cifs-2.6.git] / drivers / net / qlge / qlge_main.c
index c92ced2479478729e5e329463f7acd1e49599f90..1fd5ecb24425c4b9c44db951368abbcc14a08249 100644 (file)
@@ -3174,7 +3174,7 @@ static int ql_adapter_reset(struct ql_adapter *qdev)
 
        if (value & RST_FO_FR) {
                QPRINTK(qdev, IFDOWN, ERR,
-                       "ETIMEOUT!!! errored out of resetting the chip!\n");
+                       "ETIMEDOUT!!! errored out of resetting the chip!\n");
                status = -ETIMEDOUT;
        }