[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171289142926.25647.8582026125131591464.git-patchwork-notify@kernel.org>
Date: Fri, 12 Apr 2024 03:10:29 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Colin King (gmail) <colin.i.king@...il.com>
Cc: borisp@...dia.com, john.fastabend@...il.com, kuba@...nel.org,
davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com,
netdev@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] tls: remove redundant assignment to variable decrypted
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 10 Apr 2024 15:41:36 +0100 you wrote:
> The variable decrypted is being assigned a value that is never read,
> the control of flow after the assignment is via an return path and
> decrypted is not referenced in this path. The assignment is redundant
> and can be removed.
>
> Cleans up clang scan warning:
> net/tls/tls_sw.c:2150:4: warning: Value stored to 'decrypted' is never
> read [deadcode.DeadStores]
>
> [...]
Here is the summary with links:
- [next] tls: remove redundant assignment to variable decrypted
https://git.kernel.org/netdev/net-next/c/f7ac8fbd3215
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists