Smatch reported some issues including a macro that was missing outer
parens, a comparison of an 8bit type against a 32bit define and a
comparison that was always true due to being an unsigned type.

Signed-off-by: Andrew Goodbody <andrew.goodb...@linaro.org>
---
Andrew Goodbody (3):
      net: Add parens to macro PSEUDO_HDR_SIZE
      net: Incorrect NOP macro used for test
      net: wget: Fix comparison of unsigned variable

 include/net/tcp.h | 2 +-
 net/tcp.c         | 2 +-
 net/wget.c        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: d1d53c252a4a746db5ebcdf0d6de3aa0feec504e
change-id: 20250708-net_fix-784f5ac63756

Best regards,
-- 
Andrew Goodbody <andrew.goodb...@linaro.org>

Reply via email to