diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-03 17:29:33 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-08 08:17:26 +0000 |
| commit | f428f5201d27ad3b8df99314a4681aca407744d7 (patch) | |
| tree | d9ef35c0622abb1fed48e88c58a6bc9edef336b7 /sys/dev | |
| parent | dff90c4ce1a575a7d45bdaede4f148a1215120b5 (diff) | |
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mlx5/mlx5_core/mlx5_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
