From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 664113C68C for ; Thu, 12 Oct 2023 19:28:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oKxzr4oG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DD8FC433CB; Thu, 12 Oct 2023 19:28:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697138880; bh=PSDk4CHnP9MWlhiypPzafYt6+HGi80phUKp+YN3NIKQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oKxzr4oGfCK86za/qX9fB8T2b8a/YPuCezUTml6k2h2b0Oes/XIzmO6DdwxlIHAgR Ltf4kfhWUjJbCrmKzdSPM2S17llyidNXGI4BEIUb1nCtXHl6nd84KFTyybU6LzSdn7 wYdKjBh5pJluxtdhYCEqMjxCVJ2e+p7nDIzt/+szizkbLkCZGYnXBCpx88JvAYfSxB NfZxxc1y7NtnO282E+nljcKCCxw9WsDpKSSytPwMV+yN9V1FJRwDv627pyLqoKzB28 L4VSaJobZ2VL3rshFSTpxBlxlnolI4Wcls6pXAWyX80QbXTIKaYw7jZ11mJO8PRSFd VteDyJkdfAHpg== From: Saeed Mahameed To: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet Cc: Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan , Lukas Bulwahn Subject: [net-next V2 07/15] net/mlx5: fix config name in Kconfig parameter documentation Date: Thu, 12 Oct 2023 12:27:42 -0700 Message-ID: <20231012192750.124945-8-saeed@kernel.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231012192750.124945-1-saeed@kernel.org> References: <20231012192750.124945-1-saeed@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Lukas Bulwahn 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 Signed-off-by: Saeed Mahameed --- .../device_drivers/ethernet/mellanox/mlx5/kconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst index 0a42c3395ffa..20d3b7e87049 100644 --- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst +++ b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst @@ -67,7 +67,7 @@ Enabling the driver and kconfig options | Enables :ref:`IPSec XFRM cryptography-offload acceleration `. -**CONFIG_MLX5_EN_MACSEC=(y/n)** +**CONFIG_MLX5_MACSEC=(y/n)** | Build support for MACsec cryptography-offload acceleration in the NIC. -- 2.41.0