WARNING: please, no spaces at the start of a line #31: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:13620: + if (!BNXT_NEW_RM(bp)) {$ ERROR: code indent should use tabs where possible #32: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:13621: + // Basic validation even for old firmware$ ERROR: code indent should use tabs where possible #33: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:13622: + return (hwr.vnic <= max_vnics && hwr.rss_ctx <= max_rss_ctxs);$ WARNING: please, no spaces at the start of a line #33: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:13622: + return (hwr.vnic <= max_vnics && hwr.rss_ctx <= max_rss_ctxs);$ WARNING: please, no spaces at the start of a line #34: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:13623: + }$ total: 2 errors, 3 warnings, 0 checks, 13 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit bb1c464e28c3 ("RFS Capability Bypass Vulnerability in Linux bnxt_en Driver") 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.