ERROR: Macros with complex values should be enclosed in parentheses #88: FILE: drivers/net/ethernet/intel/idpf/xdp.h:129: +#define idpf_xdp_rx_bufq(desc) !!((desc)->qw0 & IDPF_XDP_RX_BUFQ) ERROR: Macros with complex values should be enclosed in parentheses #89: FILE: drivers/net/ethernet/intel/idpf/xdp.h:130: +#define idpf_xdp_rx_gen(desc) !!((desc)->qw0 & IDPF_XDP_RX_GEN) ERROR: Macros with complex values should be enclosed in parentheses #93: FILE: drivers/net/ethernet/intel/idpf/xdp.h:134: +#define idpf_xdp_rx_eop(desc) !!((desc)->qw1 & IDPF_XDP_RX_EOP) total: 3 errors, 0 warnings, 0 checks, 109 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 baffe02e5f0f ("idpf: add XDP RSS hash hint") 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.