esp4: Simplify the calculation of variables
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 1 Mar 2021 10:46:02 +0000 (18:46 +0800)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 12 Mar 2021 08:56:43 +0000 (09:56 +0100)
commit1d9bfacd52ece918b7861e205202912231ca6166
tree3c135974f13ffba3c1d1a371c59d1ca1a6a1b751
parent34bb975126419e86bc3b95e200dc41de6c6ca69c
esp4: Simplify the calculation of variables

Fix the following coccicheck warnings:

./net/ipv4/esp4.c:757:16-18: WARNING !A || A && B is equivalent to !A || B.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv4/esp4.c