From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 A42B43B7B93; Mon, 15 Jun 2026 22:50:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781563848; cv=none; b=qn6kH3Ld9E/cp1KSfg1mGaRwj86o6qWYmiZ492rrFgit/38Cuck63AJZ/ENJismeXizQBGG8dOf8qXbFJEyktOEK6ntcgr1c6iFcUjaBT5C1/HhP5P+Z6GcQZYKQVr11XjyUtX6YohHeCJvLqPn60L7/uqxfHyGBzHPXB/6rq+4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781563848; c=relaxed/simple; bh=p8FLiU4qRighnOypaY7NR0/5NBWZCGXJwwEpHiUBIyo=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=BFXNN+AvVopM5/MieTUr8X1KwHk8Xcry4YzS2xIWaxskxy/kXbTrCFJYJLm1Drh3ohMzjppISc/26jHjj7ivbd22UFF1YFZaw6X07XQMcvDE1HTITTIvalI/nuUoyAWO+uMPtc93Tx+IXUFYj/M3xMH8gdSuOvrvY3JnVaY1Cjo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MebXbE87; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MebXbE87" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 580141F00A3D; Mon, 15 Jun 2026 22:50:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781563847; bh=Vs2DnrZ4H4SkTYrCUzIC5NmYMt6Apu2bz64Tjns+tSQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=MebXbE87MEk5ItJdzYYfzIbDDsEn+JTSQrmmPehb6bQj4VXdHv2h/jv3xfrIK5JyB oF2U8SL1GFQPm+tw6C/ZoYKI50efC5OBTmS84nHDhnOY1eR4G1lPbuyFb2FIYySJT1 ra7FNn067TxCKYTKPfQiVLLPhaiO675W7ut5SLyvzLLS41fjoxCCcuvf2/mEYzhM0U UxXpunDZykv4kupWz0bD2krEnwlQcgcu67j1r+G+nBzThlg8xMFhBfRd53eyGle+q7 HLRqXZJC0sR4I4lv92xNAkLCOGqwR/gTu4Oylk2hFeG6b4F/AYDDBrbhjd1AMUHLdd HezXjC8Cnv93A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 938983839A08; Mon, 15 Jun 2026 22:50:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net/mlx5: HWS: correct CONFIG_MLX5_HW_STEERING macro name in comment From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178156384213.325968.5723018336061896610.git-patchwork-notify@kernel.org> Date: Mon, 15 Jun 2026 22:50:42 +0000 References: <20260613225904.140791-1-enelsonmoore@gmail.com> In-Reply-To: <20260613225904.140791-1-enelsonmoore@gmail.com> To: Ethan Nelson-Moore Cc: netdev@vger.kernel.org, linux-rdma@vger.kernel.org, saeedm@nvidia.com, leon@kernel.org, tariqt@nvidia.com, mbloch@nvidia.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 13 Jun 2026 15:59:00 -0700 you wrote: > A comment in > drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.h > incorrectly refers to CONFIG_MLX5_HWS_STEERING instead of > CONFIG_MLX5_HW_STEERING. Correct it. > > Discovered while searching for CONFIG_* symbols referenced in code but > not defined in any Kconfig file. > > [...] Here is the summary with links: - net/mlx5: HWS: correct CONFIG_MLX5_HW_STEERING macro name in comment https://git.kernel.org/netdev/net-next/c/952d66f16dcd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html