Hello:
This patch was applied to netdev/net.git (master) by David S. Miller davem@davemloft.net:
On Fri, 5 Nov 2021 17:45:11 +0100 you wrote:
When building selftests/net with clang, the compiler warn about the function abs() see below:
tls.c:657:15: warning: variable 'len_compared' set but not used [-Wunused-but-set-variable] unsigned int len_compared = 0; ^
[...]
Here is the summary with links: - selftests: net: tls: remove unused variable and code https://git.kernel.org/netdev/net/c/62b12ab5dff0
You are awesome, thank you!