CHECK: Unnecessary parentheses around xdp_ext->xdp_buff #41: FILE: drivers/net/ethernet/intel/ice/ice_txrx_lib.c:492: + 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:6798: + struct xdp_buff *xdp = (void *)&(ctx->xdp); CHECK: Unnecessary parentheses around _ctx->xdp #76: FILE: drivers/net/ethernet/mellanox/mlx4/en_rx.c:684: + xdp_set_rx_meta_ts(&(_ctx->xdp), *timestamp); CHECK: Unnecessary parentheses around _ctx->xdp #89: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c:181: + struct xdp_buff *xdp = (void *)&(_ctx->xdp); CHECK: Unnecessary parentheses around ctx->xdp #109: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:7461: + struct xdp_buff *xdp = (void *)&(ctx->xdp); CHECK: Unnecessary parentheses around _ctx->xdp #129: FILE: drivers/net/veth.c:1625: + xdp_buff_set_rx_meta_ts_flag(&(_ctx->xdp)); total: 0 errors, 0 warnings, 6 checks, 138 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 e570c126e38d ("net: xdp: Update rx timestamp of xdp_rx_meta struct running xmo_rx_timestamp 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, 6 checks, 138 lines checked