WARNING: line length of 81 exceeds 80 columns #170: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_main.c:25: +static int tsn_parse_tx_queue_config(struct device *dev, struct tsn_priv *common, WARNING: line length of 81 exceeds 80 columns #187: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_main.c:42: + ret = of_property_read_u32(qnode, "xlnx,dma-channel-num", &chan); WARNING: line length of 93 exceeds 80 columns #189: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_main.c:44: + dev_err(dev, "tx-config: Q%u missing xlnx,dma-channel-num\n", queue); WARNING: line length of 97 exceeds 80 columns #226: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_main.c:81: + ret = of_property_read_u32(dev->of_node, "xlnx,num-priorities", &common->num_priorities); WARNING: line length of 86 exceeds 80 columns #228: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_main.c:83: + return dev_err_probe(dev, ret, "Failed to get xlnx,num-priorities\n"); WARNING: line length of 88 exceeds 80 columns #232: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_main.c:87: + return dev_err_probe(dev, -EINVAL, "Invalid xlnx,num-priorities (%u)\n", WARNING: line length of 91 exceeds 80 columns #246: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_main.c:101: + if (of_property_read_string_index(dev->of_node, "dma-names", i, &dma_name)) WARNING: line length of 81 exceeds 80 columns #261: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_main.c:116: + return dev_err_probe(dev, -EINVAL, "No RX DMA channels found\n"); total: 0 errors, 8 warnings, 0 checks, 303 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 4e4d9412df4b ("net: xilinx: tsn: Introduce TSN core driver skeleton") 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, 8 warnings, 0 checks, 303 lines checked