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 DF2FC3246FE; Fri, 10 Apr 2026 03:40:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775792450; cv=none; b=ZqBfatjJT57pl97qnc2gtvNZF8yoSWM81hulI8qXNYTpkOUGU8deReJQvY8eDp7XOSYN/KRc7hiVgo2LKrpZ9jwTQHARao/Hq/q7TQ+0tZcjst62UDggMXYdopjTptnjcVOyaUj0Nqlx1r08yGW8dMdGmkixS/pHpmDQvnL37og= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775792450; c=relaxed/simple; bh=HXNhhoPZySGB68Wl+sA58Q3Q/YWPJnVW907x9+XilWI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=jnyI0DLXCdpmiDpeXmZELJ7Y3nU74EicUtbnYVTiIJRPq+T2xTxgtOAapf1x+n7zmRwvDScx1KvRQz5ylRahmWKpIOHcevXuP/XYKHLz8BMUXFWfQojba47YTTVCZs0HHcdsfXoS1FGCfGD1N4872u6zW0KCjAgfsaisU4vAQ08= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DFnahTkc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DFnahTkc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E843C19421; Fri, 10 Apr 2026 03:40:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775792450; bh=HXNhhoPZySGB68Wl+sA58Q3Q/YWPJnVW907x9+XilWI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DFnahTkcHppqQPtQNs5LhsKFuLO6m9OjOk/UamRA+2980Td/J1s9VyFA8vqHAoYR3 ztikFl3nXjsemd1NtRydyLEsW7hh+Odgzf9uG/PHPVOChIt6opvL8QQH60C5J5+21R 9+Hr4MqRFUeuWyurufYbtGY2R40pjE0YO2El8Iu71TNLvep7/XXVJD9hItXAIt/8GI UaSKKntiGUyA7H6Aei2PyxiW7DeA+DsMRkHSLnRudoeOL+XXud/bndn1kAlxmuiVe+ zwMLKmQlxK8xgiMpWzIeIUOmJlsPrwSq4++JDb2HFKcLMBcE+sQGgMClO56mKNi/t+ +EAdVp4Vx0DxA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02CD03809A22; Fri, 10 Apr 2026 03:40:27 +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 v2 net-next] ipv6: sit: remove redundant ret = 0 assignment From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177579242579.1854480.8026272952015893227.git-patchwork-notify@kernel.org> Date: Fri, 10 Apr 2026 03:40:25 +0000 References: <20260408032051.3096449-1-yuehaibing@huawei.com> In-Reply-To: <20260408032051.3096449-1-yuehaibing@huawei.com> To: Yue Haibing Cc: davem@davemloft.net, dsahern@kernel.org, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 8 Apr 2026 11:20:51 +0800 you wrote: > The variable ret is assigned a value at all places where it is used; > There is no need to assign a value when it is initially defined. > > Signed-off-by: Yue Haibing > --- > v2: Remove redundant init during definition instead of init before copy_to_user > > [...] Here is the summary with links: - [v2,net-next] ipv6: sit: remove redundant ret = 0 assignment https://git.kernel.org/netdev/net-next/c/3c6132ccc58e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html