WARNING: line length of 90 exceeds 80 columns #123: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:750: + netdev_features_t hsr_feature_present = ndev->features & NETIF_PRUETH_HSR_OFFLOAD; WARNING: line length of 83 exceeds 80 columns #124: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:751: + netdev_features_t hsr_feature_wanted = features & NETIF_PRUETH_HSR_OFFLOAD; WARNING: line length of 84 exceeds 80 columns #125: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:752: + bool hsr_change_request = ((hsr_feature_wanted ^ hsr_feature_present) != 0); WARNING: line length of 87 exceeds 80 columns #166: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:1010: + icssg_vtbl_modify(emac, DEFAULT_VID, DEFAULT_PORT_MASK, WARNING: line length of 94 exceeds 80 columns #171: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:1014: + icssg_set_port_state(emac, ICSSG_EMAC_PORT_VLAN_AWARE_ENABLE); WARNING: line length of 82 exceeds 80 columns #207: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:1099: + if (!(emac0->ndev->features & NETIF_PRUETH_HSR_OFFLOAD) && WARNING: line length of 82 exceeds 80 columns #208: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:1100: + !(emac1->ndev->features & NETIF_PRUETH_HSR_OFFLOAD)) { WARNING: line length of 86 exceeds 80 columns #267: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:1161: + icssg_class_set_host_mac_addr(prueth->miig_rt, WARNING: line length of 97 exceeds 80 columns #268: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:1162: + prueth->hsr_dev->dev_addr); WARNING: line length of 81 exceeds 80 columns #270: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:1164: + if (prueth->hsr_dev != info->upper_dev) { total: 0 errors, 10 warnings, 0 checks, 253 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 6b9ab6202e4b ("net: ti: icssg-prueth: Add support for HSR frame forward offload") 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, 10 warnings, 0 checks, 253 lines checked