CHECK: Prefer using the BIT macro #29: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.h:761: +#define BNXT_MAX_RX_PAGE_SIZE (1 << 15) CHECK: Prefer using the BIT macro #30: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.h:762: +#define BNXT_RX_PAGE_SIZE (1 << BNXT_RX_PAGE_SHIFT) WARNING: line length of 89 exceeds 80 columns #62: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:878: + NL_SET_ERR_MSG_MOD(extack, "rx-buf-len out of range, or not power of 2"); total: 0 errors, 1 warnings, 2 checks, 54 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 d7fa0d38acf2 ("eth: bnxt: support setting size of agg buffers via ethtool") 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, 1 warnings, 2 checks, 54 lines checked