mlx5en(4): Correct a typo in a kernel error message

- s/ouput/output

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2022-09-03 19:29:33 +02:00
parent fd2235ffdc
commit e1a40dd294

View File

@ -937,7 +937,7 @@ static const char *deliv_status_to_str(u8 status)
case MLX5_CMD_DELIVERY_STAT_IN_LENGTH_ERR:
return "command input length error";
case MLX5_CMD_DELIVERY_STAT_OUT_LENGTH_ERR:
return "command ouput length error";
return "command output length error";
case MLX5_CMD_DELIVERY_STAT_RES_FLD_NOT_CLR_ERR:
return "reserved fields not cleared";
case MLX5_CMD_DELIVERY_STAT_CMD_DESCR_ERR: