WARNING: line length of 84 exceeds 80 columns #74: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:537: + vlan_id = is_vlan_dev(ndev) ? vlan_dev_vlan_id(ndev) : PRUETH_DFLT_VLAN_HSR; WARNING: line length of 84 exceeds 80 columns #107: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:561: + vlan_id = is_vlan_dev(ndev) ? vlan_dev_vlan_id(ndev) : PRUETH_DFLT_VLAN_HSR; WARNING: line length of 81 exceeds 80 columns #115: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:569: + icssg_prueth_hsr_fdb_add_del(emac, addr, vlan_id, false); WARNING: line length of 92 exceeds 80 columns #160: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:848: + vlan_for_each(emac->prueth->hsr_dev, icssg_update_vlan_mcast, emac); WARNING: line length of 85 exceeds 80 columns #227: FILE: include/linux/if_hsr.h:44: +struct net_device *hsr_get_port_ndev(struct net_device *ndev, enum hsr_port_type pt); WARNING: line length of 98 exceeds 80 columns #236: FILE: include/linux/if_hsr.h:56: +static inline struct net_device *hsr_get_port_ndev(struct net_device *ndev, enum hsr_port_type pt) WARNING: line length of 84 exceeds 80 columns #252: FILE: net/hsr/hsr_device.c:666: +struct net_device *hsr_get_port_ndev(struct net_device *ndev, enum hsr_port_type pt) total: 0 errors, 7 warnings, 0 checks, 216 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 05c834ed3614 ("net: ti: icssg-prueth: Add Support for Multicast filtering with VLAN in HSR mode") 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, 216 lines checked