net: Add parens to macro PSEUDO_HDR_SIZE
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Tue, 8 Jul 2025 16:51:16 +0000 (17:51 +0100)
committerJerome Forissier <jerome.forissier@linaro.org>
Fri, 1 Aug 2025 07:30:47 +0000 (09:30 +0200)
commit31a8d2d34082ff6d1e2989912a373aed3f080fb6
tree6b861477e7b9b91803ec867443548b482368b823
parentf5e968a28e7cdc2c4365f5a382e02f074ee03fac
net: Add parens to macro PSEUDO_HDR_SIZE

Smatch reports a warning about possibly needing parens around the macro
PSEUDO_HDR_SIZE. This will not affect the one place the macro is used
but add the parens anyway as it is good practice to have them and if the
macro is used again in the future it could possibly matter then.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
include/net/tcp.h