Date: Sun, 9 Feb 2025 00:19:48 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4c2795340ebb - main - mlx5 ipsec: fix typo in the message Message-ID: <202502090019.5190JmTD080938@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4c2795340ebbd92d16cdcb1d7f83e5f35ed4a1eb commit 4c2795340ebbd92d16cdcb1d7f83e5f35ed4a1eb Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-02-09 00:15:30 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-02-09 00:19:32 +0000 mlx5 ipsec: fix typo in the message Sponsored by: NVidia networking --- sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502090019.5190JmTD080938>