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 EE5E4107A8 for ; Fri, 25 Aug 2023 17:45:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45C77C433C8; Fri, 25 Aug 2023 17:45:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692985537; bh=FvFWJfTHnCJBuxAYcJU2vDvioeoRGpbuDc+4qUjlpqE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NN+b5k9geYk3K1cJNOm+eHUaw9RzRYKdAr4Uhf7S2hAmpYRTMJhHbj/2am0yxYpJ9 bv9j/ZLTkpogSFptzQnG2KHXQaDWzKdECGk4Z3uYsfobS/dEuA9riZB+3nVor+fY1D uisXjvytC7giuKf6N1PFGEfB6HemZ7wAy6HBvvDPRPCV6YjaGbo1ZJQepZhaqixTtg I/FA7A5Sw8ui7n4MWwxa7MvKfPG9q5XF3f4BokNLhGO4P/zp0Ck1/05xcrnuYE81PF ZIko3rkLvjUnBWW2Eff9jzWLfh3GICQJUEZq3TuMkvT+8SNHK8rO/kwhZqPQkCXqf1 64m7NywDjaW5A== Date: Fri, 25 Aug 2023 10:45:35 -0700 From: Saeed Mahameed To: Lukas Bulwahn Cc: Saeed Mahameed , Leon Romanovsky , Gal Pressman , Rahul Rameshbabu , Tariq Toukan , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net/mlx5: fix config name in Kconfig parameter documentation Message-ID: References: <20230825125100.26453-1-lukas.bulwahn@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20230825125100.26453-1-lukas.bulwahn@gmail.com> On 25 Aug 14:51, Lukas Bulwahn wrote: >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. > >Fixes: a12ba19269d7 ("net/mlx5: Update Kconfig parameter documentation") >Signed-off-by: Lukas Bulwahn >--- >Saeed, please pick this quick fix to the documentation. Thanks applied to net-next-mlx5.