net/mlx5: fix config name in Kconfig parameter documentation
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 12 Oct 2023 19:27:42 +0000 (12:27 -0700)
committerSaeed Mahameed <saeedm@nvidia.com>
Sat, 14 Oct 2023 17:16:31 +0000 (10:16 -0700)
commit58cd34772a30d5cbe9fec7d199772149946a4032
tree0cd3c6f170c85d7e96d0abf2ef8d9527fb21dc26
parent0d2d6bc7e74fee586f587d33484b797bb78f334c
net/mlx5: fix config name in Kconfig parameter documentation

Commit a12ba19269d7 ("net/mlx5: Update Kconfig parameter documentation")
adds documentation on Kconfig options for the mlx5 driver. It refers to the
config MLX5_EN_MACSEC for MACSec offloading, but the config is actually
called MLX5_MACSEC.

Fix the reference to the right config name in the documentation.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst