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>
This commit is contained in:
committed by
Jiri Kosina
parent
4737f0978d
commit
3ac49a1c99
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user