CHECK: Unnecessary parentheses around xdp_ext->xdp_buff #35: FILE: drivers/net/ethernet/intel/ice/ice_txrx_lib.c:548: + struct xdp_buff *xdp = (void *)&(xdp_ext->xdp_buff); CHECK: Unnecessary parentheses around _ctx->xdp #56: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c:265: + struct xdp_buff *xdp = (void *)&(_ctx->xdp); CHECK: Unnecessary parentheses around _ctx->xdp #77: FILE: drivers/net/veth.c:1645: + struct xdp_buff *xdp = (void *)&(_ctx->xdp); total: 0 errors, 0 warnings, 3 checks, 80 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit cc6fa605e75f ("net: xdp: Update rx_vlan of xdp_rx_meta struct running xmo_rx_vlan_tag callback") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 0 warnings, 3 checks, 80 lines checked