WARNING: line length of 89 exceeds 80 columns #34: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt.c:6105: + req->flags |= VNIC_RSS_CFG_REQ_FLAGS_IPSEC_HASH_TYPE_CFG_SUPPORT; WARNING: line length of 81 exceeds 80 columns #112: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:1616: + if (tuple == 4 && (!(bp->rss_cap & BNXT_RSS_CAP_AH_V4_RSS_CAP) || WARNING: line length of 81 exceeds 80 columns #113: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:1617: + !(bp->rss_cap & BNXT_RSS_CAP_ESP_V4_RSS_CAP))) WARNING: line length of 81 exceeds 80 columns #121: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:1625: + if (tuple == 4 && (!(bp->rss_cap & BNXT_RSS_CAP_AH_V6_RSS_CAP) || WARNING: line length of 81 exceeds 80 columns #122: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:1626: + !(bp->rss_cap & BNXT_RSS_CAP_ESP_V6_RSS_CAP))) total: 0 errors, 5 warnings, 0 checks, 93 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 5f3c32db6fe4 ("bnxt_en: Add RSS support for IPSEC headers") 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, 5 warnings, 0 checks, 93 lines checked