Re: [PATCH] esp6: remove a duplicative condition

2021-03-15 Thread Steffen Klassert
On Thu, Mar 11, 2021 at 10:07:56AM +0800, angkery wrote: > From: Junlin Yang > > Fixes coccicheck warnings: > ./net/ipv6/esp6_offload.c:319:32-34: > WARNING !A || A && B is equivalent to !A || B > > Signed-off-by: Junlin Yang Applied to ipsec-next, thanks!

[PATCH] esp6: remove a duplicative condition

2021-03-10 Thread angkery
From: Junlin Yang Fixes coccicheck warnings: ./net/ipv6/esp6_offload.c:319:32-34: WARNING !A || A && B is equivalent to !A || B Signed-off-by: Junlin Yang --- net/ipv6/esp6_offload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/esp6_offload.c b/net/ipv6/esp6_off