WARNING: line length of 92 exceeds 80 columns #127: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c:1162: + for_each_set_bit(bit, (unsigned long *)&link_mode_bmap, ARRAY_SIZE(cgx_link_mode)) { WARNING: line length of 94 exceeds 80 columns #129: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c:1164: + linkmode_set_bit(ETHTOOL_LINK_MODE_10baseT_Half_BIT, otx2_link_modes); WARNING: line length of 94 exceeds 80 columns #130: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c:1165: + linkmode_set_bit(ETHTOOL_LINK_MODE_10baseT_Full_BIT, otx2_link_modes); WARNING: line length of 95 exceeds 80 columns #132: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c:1167: + linkmode_set_bit(ETHTOOL_LINK_MODE_100baseT_Half_BIT, otx2_link_modes); WARNING: line length of 95 exceeds 80 columns #133: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c:1168: + linkmode_set_bit(ETHTOOL_LINK_MODE_100baseT_Full_BIT, otx2_link_modes); WARNING: line length of 96 exceeds 80 columns #135: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c:1170: + linkmode_set_bit(ETHTOOL_LINK_MODE_1000baseT_Half_BIT, otx2_link_modes); WARNING: line length of 96 exceeds 80 columns #136: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c:1171: + linkmode_set_bit(ETHTOOL_LINK_MODE_1000baseT_Full_BIT, otx2_link_modes); total: 0 errors, 7 warnings, 0 checks, 104 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 3a86fd4fc235 ("Octeontx-pf: Update SGMII mode mapping") 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, 7 warnings, 0 checks, 104 lines checked