========== checkpatch - FAILED WARNING: Commit log lines starting with '#' are dropped by git as comments #21: ##Vulnerability Mechanism: WARNING: Commit log lines starting with '#' are dropped by git as comments #33: ##Attack Scenario WARNING: Commit log lines starting with '#' are dropped by git as comments #45: ## Comparison with Similar Vulnerabilities WARNING: Commit log lines starting with '#' are dropped by git as comments #62: ##Proposed Fix WARNING: Commit log lines starting with '#' are dropped by git as comments #79: ## Additional Variant Risks WARNING: Commit log lines starting with '#' are dropped by git as comments #94: ## References WARNING: please, no spaces at the start of a line #122: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:13620: + if (!BNXT_NEW_RM(bp)) {$ ERROR: code indent should use tabs where possible #123: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:13621: + // Basic validation even for old firmware$ ERROR: code indent should use tabs where possible #124: 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 #124: 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 #125: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:13623: + }$ total: 2 errors, 9 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 01014d3f7045 ("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.