net/mlx5: Fix some spelling mistakes
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / cmd.c
index 10d282841f5be16c0957c72111c68baf6a452ca9..46efaab9da466108e06f29d66c3a9272173ea810 100644 (file)
@@ -874,7 +874,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: