WARNING: line length of 84 exceeds 80 columns #237: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:124: + * tsn_sw_generate_consistent_macs - Generate consistent MAC addresses for all ports WARNING: line length of 86 exceeds 80 columns #253: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:140: + struct net_device *emac0_ndev = (common->num_emacs >= 1 && common->emacs[0]) ? WARNING: line length of 86 exceeds 80 columns #255: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:142: + struct net_device *emac1_ndev = (common->num_emacs >= 2 && common->emacs[1]) ? WARNING: line length of 81 exceeds 80 columns #263: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:150: + tsn_sw_set_port_mac(common, emac0_ndev, base_mac, 0x02, "EMAC0"); WARNING: line length of 81 exceeds 80 columns #266: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:153: + tsn_sw_set_port_mac(common, emac1_ndev, base_mac, 0x03, "EMAC1"); WARNING: line length of 82 exceeds 80 columns #360: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:247: + dev_info(common->dev, "Using EMAC0 MAC as base: %pM\n", base_mac); WARNING: line length of 82 exceeds 80 columns #367: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:254: + dev_info(common->dev, "Using EMAC1 MAC as base: %pM\n", base_mac); WARNING: line length of 88 exceeds 80 columns #373: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:260: + base_mac[0] = (base_mac[0] & 0xFE) | 0x02; /* Set local bit, clear multicast */ WARNING: line length of 84 exceeds 80 columns #378: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:265: + * tsn_sw_frame_filter_config - Configure frame filtering and validate MAC addresses WARNING: line length of 86 exceeds 80 columns #395: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:282: + struct net_device *emac0_ndev = (common->num_emacs >= 1 && common->emacs[0]) ? WARNING: line length of 86 exceeds 80 columns #397: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:284: + struct net_device *emac1_ndev = (common->num_emacs >= 2 && common->emacs[1]) ? WARNING: line length of 82 exceeds 80 columns #399: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:286: + static const u8 mac_mask[ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0}; WARNING: line length of 83 exceeds 80 columns #439: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:326: + emac0_ndev, emac1_ndev, WARNING: line length of 83 exceeds 80 columns #483: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:370: + * @port: Pointer to port status structure containing port number and desired state WARNING: line length of 86 exceeds 80 columns #504: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:391: + u_value |= FIELD_PREP(EP_PORT_STATUS_MASK, port->port_status); WARNING: line length of 88 exceeds 80 columns #511: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:398: + u_value |= FIELD_PREP(MAC1_PORT_STATUS_MASK, port->port_status); WARNING: line length of 88 exceeds 80 columns #518: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:405: + u_value |= FIELD_PREP(MAC2_PORT_STATUS_MASK, port->port_status); WARNING: line length of 82 exceeds 80 columns #611: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_switch.c:498: + return dev_err_probe(dev, ret, "failed to get switch resource\n"); total: 0 errors, 18 warnings, 0 checks, 608 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 b0a62a7add95 ("net: xilinx: tsn: Add TSN switch support with port state and frame filter control") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 18 warnings, 0 checks, 608 lines checked