diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2025-02-09 00:15:30 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-02-09 00:19:32 +0000 |
| commit | 4c2795340ebbd92d16cdcb1d7f83e5f35ed4a1eb (patch) | |
| tree | a5e1a124ecb43e1e8eedfc329c2d0b1f3112574e /sys/dev/mlx5 | |
| parent | 7835a4ad6948290c92ea55c7be34ae72f4e2b0bd (diff) | |
Diffstat (limited to 'sys/dev/mlx5')
| -rw-r--r-- | sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c b/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c index 159c82500a9f..b7e8eb88f625 100644 --- a/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c +++ b/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c @@ -293,7 +293,7 @@ static int mlx5e_xfrm_validate_state(struct mlx5_core_dev *mdev, } if (saidx->mode != IPSEC_MODE_TRANSPORT) { - mlx5_core_err(mdev, "Only transport xfrm states may be offloaded in full offlaod mode\n"); + mlx5_core_err(mdev, "Only transport xfrm states may be offloaded in full offload mode\n"); return (EINVAL); } |
