WARNING: line length of 85 exceeds 80 columns #96: FILE: drivers/net/ethernet/broadcom/bnge/bnge_hwrm_lib.c:719: + req->enables = cpu_to_le32(VNIC_PLCMODES_CFG_REQ_ENABLES_JUMBO_THRESH_VALID); WARNING: line length of 87 exceeds 80 columns #103: FILE: drivers/net/ethernet/broadcom/bnge/bnge_hwrm_lib.c:726: + cpu_to_le32(VNIC_PLCMODES_CFG_REQ_ENABLES_HDS_THRESHOLD_VALID); WARNING: line length of 82 exceeds 80 columns #132: FILE: drivers/net/ethernet/broadcom/bnge/bnge_hwrm_lib.c:755: +__bnge_hwrm_vnic_set_rss(struct bnge_net *bn, struct hwrm_vnic_rss_cfg_input *req, WARNING: line length of 82 exceeds 80 columns #208: FILE: drivers/net/ethernet/broadcom/bnge/bnge_hwrm_lib.c:831: + req->flags |= cpu_to_le32(VNIC_CFG_REQ_FLAGS_ROCE_DUAL_VNIC_MODE); WARNING: line length of 84 exceeds 80 columns #228: FILE: drivers/net/ethernet/broadcom/bnge/bnge_hwrm_lib.c:851: + bd->rss_hash_cfg = le32_to_cpu(resp->hash_type) ?: bd->rss_hash_cfg; WARNING: line length of 83 exceeds 80 columns #350: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.c:1440: +static int bnge_hwrm_vnic_rss_cfg(struct bnge_net *bn, struct bnge_vnic_info *vnic) total: 0 errors, 6 warnings, 0 checks, 469 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 2b346ebd27c0 ("bng_en: Register default VNIC") 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, 6 warnings, 0 checks, 469 lines checked