Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 258E5C433EF for ; Fri, 12 Nov 2021 00:41:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 010C7601FF for ; Fri, 12 Nov 2021 00:41:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234553AbhKLAoC (ORCPT ); Thu, 11 Nov 2021 19:44:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:59376 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231965AbhKLAoA (ORCPT ); Thu, 11 Nov 2021 19:44:00 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id AE76361260; Fri, 12 Nov 2021 00:41:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1636677670; bh=qc0RLnESA3nFtjBnn0Qt5J8mmMt6Ufa2sTbacnDgLZQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uuQoihRGGxhilFOmYBJWixZFrumlMMs4dCVpgftV/kICN2P9w4dsNqP5B3OYs5QM4 d644I+Wop2GZGI1ydFIrjsGHVBy/MY/dcBx+qXW3DhVmSLs96JCQjmWDdTH9LJ/PxS jyGKC57Hba9vWsEzVp44uT4C5tBnv3Kf0etlliMlWwfl03PjhccREUIU7xo8u5ZX6W HpGexm1kYMX+NesNQeGUvSy2WXySKJ/HQDvxUiI0+8gndfHBc+KnC90iAL7v6NNROp Ok0/EM0ulM7g0ktI9hMVK9AyMwlcHn1M1MK1xmOJuNMMIa5I3/x1fkouFczkVyiPBX s2PXsk73biQtA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH linux-next] ipv6: Remove assignment to 'newinet' From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163667767064.21646.9365544142891525487.git-patchwork-notify@kernel.org> Date: Fri, 12 Nov 2021 00:41:10 +0000 References: <20211111092346.159994-1-luo.penghao@zte.com.cn> In-Reply-To: <20211111092346.159994-1-luo.penghao@zte.com.cn> To: luo penghao Cc: edumazet@google.com, davem@davemloft.net, yoshfuji@linux-ipv6.org, dsahern@kernel.org, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, luo.penghao@zte.com.cn, zealci@zte.com.cn Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Thu, 11 Nov 2021 09:23:46 +0000 you wrote: > From: luo penghao > > The same statement will overwrite it afterwards. meanwhile, the > assignment is in the if statement, the variable will not be used > > Reported-by: Zeal Robot > Signed-off-by: luo penghao > > [...] Here is the summary with links: - [linux-next] ipv6: Remove assignment to 'newinet' https://git.kernel.org/netdev/net-next/c/70bf363d7adb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html