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 69CAB4071D2; Thu, 30 Jul 2026 11:10:48 +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=1785409852; cv=none; b=uUv/JmiBWBoe+Q3Y+JEKeAf9yibJsGCot+6Mlr9gSyhr46nvaCp3peNXsveQ2wt1f1NXV7/iuutfDVLL1UK3h7vihYx5mIqzYRG/kBI1NsGzIR+thVB80Y9jd3mhM+9wOIytdBC3Hxsbqys4ewvgPnQEA+2btm/uEbzkkAzgi7c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785409852; c=relaxed/simple; bh=ksC4BjLwy2WfQuKuGmed+qEPDydY5UJ8889WNvv2zdw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ZniLUQv3u7FKA0plf8DjK8Tw9xesFQWXYbwcY7kQuf+xebZ/DBxFVckfLXoc2/yTIA+U8zKvXAxTC0JL1KD1/UdVu9960vWxW9SY9kzDw/SQjGNSexpqeUHuHQIxbOv5hr5ouhrCt3ceCt/w5aCdU36+XZZH0pepNnXyIKYmGxs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LeeldTa+; 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="LeeldTa+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F7C61F000E9; Thu, 30 Jul 2026 11:10:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785409848; bh=AJkDsS9HNsZ4JT0gnehBL3CTCqFSrq9Jq+kMQzKKmTE=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=LeeldTa+Q4MxaLaZPoWUWBF9WJAGZGxlC7NbcwAqwV7ks8PJwFqmvIEoxh7Xt0ZBS Pwn4YfOH77hWo1nbUWpf9B91059YNCseSvbdfJ4ZTERvLYIkt9g66ZloFQlrDPt5WW TzTaI1VWVpWAFHDofV7fE1eLtjB9KL5DsB9yS4eO9LHzC62zZjyJ50igJXnXTrfAEc jXiQUNVGVAJ14tzuE1DqyjseubynEXL8BjOw9mrXV84XVbKGVlEHSQapvt6Ws32Ndq IyByS/6C+zMMhx1V3oZ+shnoo3ObCNLzBvBtca8DejSgm8eSPiOmdMMOU2IeRZ+xWF 7mZJ6MVwhbtjg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 563153811979; Thu, 30 Jul 2026 11:10:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 0/4] net: remove conditional returns with no effect From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178540981214.3511446.3496334936444624926.git-patchwork-notify@kernel.org> Date: Thu, 30 Jul 2026 11:10:12 +0000 References: <20260725150852.859188-1-ekffu200098@gmail.com> In-Reply-To: <20260725150852.859188-1-ekffu200098@gmail.com> To: Sang-Heon Jeon Cc: kuba@kernel.org, andrew@lunn.ch, andrew+netdev@lunn.ch, arkadiusz.kubalewski@intel.com, akiyano@amazon.com, arun.ramadoss@microchip.com, claudiu.manoil@nxp.com, darinzon@amazon.com, davem@davemloft.net, edumazet@google.com, hkallweit1@gmail.com, ioana.ciornei@nxp.com, ivecera@redhat.com, jiri@resnulli.us, kory.maincent@bootlin.com, manishc@marvell.com, niklas.soderlund@ragnatech.se, o.rempel@pengutronix.de, pabeni@redhat.com, Prathosh.Satish@microchip.com, przemyslaw.kitszel@intel.com, rahulv@marvell.com, sd@queasysnail.net, shshaikh@marvell.com, sukhdeeps@marvell.com, anthony.l.nguyen@intel.com, vadim.fedorenko@linux.dev, GR-Linux-NIC-Dev@marvell.com, intel-wired-lan@lists.osuosl.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, netdev@vger.kernel.org, linux@armlinux.org.uk, UNGLinuxDriver@microchip.com Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Sun, 26 Jul 2026 00:08:48 +0900 you wrote: > Hello, > > This series removes conditional returns where both branches return > the same value, so the check has no effect. As suggested by Jakub, the > netdev patches of the treewide v1 series [1] are posted separately. > > All patches are generated by the Coccinelle script, which you can > find in v1. > > [...] Here is the summary with links: - [net-next,v2,1/4] dpll: zl3073x: remove conditional return with no effect https://git.kernel.org/netdev/net-next/c/87579b8cda9e - [net-next,v2,2/4] net: ethernet: remove conditional return with no effect https://git.kernel.org/netdev/net-next/c/66084e9510a9 - [net-next,v2,3/4] net: remove conditional return with no effect https://git.kernel.org/netdev/net-next/c/cd833378bafa - [net-next,v2,4/4] net: intel: remove conditional return with no effect https://git.kernel.org/netdev/net-next/c/1f35011c281a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html