WARNING: line length of 93 exceeds 80 columns #51: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:215: + icssg_set_port_state(emac, ICSSG_EMAC_HSR_RX_OFFLOAD_ENABLE); WARNING: line length of 94 exceeds 80 columns #53: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:217: + icssg_set_port_state(emac, ICSSG_EMAC_HSR_RX_OFFLOAD_DISABLE); WARNING: line length of 91 exceeds 80 columns #58: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:222: + icssg_fdb_add_del(emac, eth_stp_addr, prueth->default_vlan, WARNING: line length of 81 exceeds 80 columns #59: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:223: + ICSSG_FDB_ENTRY_P0_MEMBERSHIP | WARNING: line length of 81 exceeds 80 columns #60: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:224: + ICSSG_FDB_ENTRY_P1_MEMBERSHIP | WARNING: line length of 81 exceeds 80 columns #61: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:225: + ICSSG_FDB_ENTRY_P2_MEMBERSHIP | WARNING: line length of 86 exceeds 80 columns #64: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:228: + icssg_vtbl_modify(emac, emac->port_vlan | DEFAULT_VID, WARNING: line length of 89 exceeds 80 columns #65: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:229: + BIT(emac->port_id) | DEFAULT_PORT_MASK, WARNING: line length of 90 exceeds 80 columns #66: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:230: + BIT(emac->port_id) | DEFAULT_UNTAG_MASK, WARNING: line length of 84 exceeds 80 columns #71: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:235: + DEFAULT_UNTAG_MASK, true); WARNING: line length of 87 exceeds 80 columns #72: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:236: + icssg_set_pvid(prueth, emac->port_vlan, emac->port_id); WARNING: line length of 102 exceeds 80 columns #74: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:238: + icssg_set_port_state(emac, ICSSG_EMAC_PORT_VLAN_AWARE_ENABLE); total: 0 errors, 12 warnings, 0 checks, 96 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 9fd8807c2042 ("net: ti: icssg-prueth: Fix HSR and switch offload Enablement during firwmare reload.") 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, 12 warnings, 0 checks, 96 lines checked