WARNING: line length of 98 exceeds 80 columns #44: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:980: + if (bnxt_get_nr_rss_ctxs(bp, req_rx_rings) != bnxt_get_nr_rss_ctxs(bp, bp->rx_nr_rings)) { WARNING: line length of 98 exceeds 80 columns #45: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:981: + u32 new_size = bnxt_get_nr_rss_ctxs(bp, req_rx_rings) * BNXT_RSS_TABLE_ENTRIES_P5; WARNING: line length of 91 exceeds 80 columns #50: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:986: + ethtool_rxfh_indir_can_resize(bp->rss_indir_tbl, old_size, new_size)) { WARNING: line length of 89 exceeds 80 columns #61: FILE: drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c:997: + ethtool_rxfh_indir_resize(bp->rss_indir_tbl, old_size, new_size); total: 0 errors, 4 warnings, 0 checks, 29 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 78bc09119a84 ("bnxt_en: Resize RSS contexts on channel count change") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 4 warnings, 0 checks, 29 lines checked