git: f428f5201d27 - stable/12 - mlx5en(4): Correct a typo in a kernel error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Sep 2022 08:17:34 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f428f5201d27ad3b8df99314a4681aca407744d7 commit f428f5201d27ad3b8df99314a4681aca407744d7 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 17:29:33 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-08 08:17:26 +0000 mlx5en(4): Correct a typo in a kernel error message - s/ouput/output (cherry picked from commit e1a40dd29427af594a733fcad7553145b4f5a7a7) --- sys/dev/mlx5/mlx5_core/mlx5_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mlx5/mlx5_core/mlx5_cmd.c b/sys/dev/mlx5/mlx5_core/mlx5_cmd.c index c2e0c43b5c78..66dc0d9b4da3 100644 --- a/sys/dev/mlx5/mlx5_core/mlx5_cmd.c +++ b/sys/dev/mlx5/mlx5_core/mlx5_cmd.c @@ -927,7 +927,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: