CHECK: Unnecessary parentheses around xdp_ext->xdp_buff #41: FILE: drivers/net/ethernet/intel/ice/ice_txrx_lib.c:523: + struct xdp_buff *xdp = (void *)&(xdp_ext->xdp_buff); CHECK: Unnecessary parentheses around ctx->xdp #61: FILE: drivers/net/ethernet/intel/igc/igc_main.c:6779: + struct xdp_buff *xdp = (void *)&(ctx->xdp); CHECK: Unnecessary parentheses around _ctx->xdp #80: FILE: drivers/net/ethernet/mellanox/mlx4/en_rx.c:711: + xdp_set_rx_meta_hash(&(_ctx->xdp), *hash, xht); CHECK: Unnecessary parentheses around _ctx->xdp #92: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c:241: + struct xdp_buff *xdp = (void *)&(_ctx->xdp); CHECK: Unnecessary parentheses around _ctx->xdp #112: FILE: drivers/net/veth.c:1636: + xdp_set_rx_meta_hash(&(_ctx->xdp), *hash, *rss_type); total: 0 errors, 0 warnings, 5 checks, 133 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 739549864d50 ("net: xdp: Update rx_hash of xdp_rx_meta struct running xmo_rx_hash 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, 5 checks, 133 lines checked