WARNING: line length of 99 exceeds 80 columns #123: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:795: + snprintf(rx_chn_name, sizeof(rx_chn_name), "rx%u-virt-port-%u", rx_chn_num, WARNING: line length of 97 exceeds 80 columns #125: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:797: + strscpy(rx_chn->rx_chan_name, rx_chn_name, sizeof(rx_chn->rx_chan_name)); WARNING: line length of 86 exceeds 80 columns #127: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:799: + rx_cfg.flow_id_base = rx_chn->flow_base + rx_chn->flow_offset; WARNING: line length of 92 exceeds 80 columns #133: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:805: + rx_chn->num_descs, WARNING: line length of 85 exceeds 80 columns #134: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:806: + hdesc_size, WARNING: line length of 87 exceeds 80 columns #135: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:807: + rx_chn_name); WARNING: line length of 83 exceeds 80 columns #138: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:810: + dev_err(dev, "Failed to create rx pool %d\n", ret); WARNING: line length of 86 exceeds 80 columns #143: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:815: + k3_udma_glue_request_remote_rx_chn_for_thread_id(dev, &rx_cfg, WARNING: line length of 94 exceeds 80 columns #144: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:816: + proxy_priv->dma_node, WARNING: line length of 92 exceeds 80 columns #145: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:817: + rx_chn->thread_id); WARNING: line length of 91 exceeds 80 columns #148: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:820: + dev_err(dev, "Failed to request rx dma channel %d\n", ret); WARNING: line length of 81 exceeds 80 columns #157: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:829: + dev_err(dev, "Failed to init rx flow %d\n", ret); WARNING: line length of 82 exceeds 80 columns #161: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:833: + rx_chn->irq = k3_udma_glue_rx_get_irq(rx_chn->rx_chan, 0); WARNING: line length of 91 exceeds 80 columns #164: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:836: + dev_err(dev, "Failed to get rx dma irq %d\n", rx_chn->irq); total: 0 errors, 14 warnings, 0 checks, 156 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 cfee56de44b5 ("net: ethernet: ti: cpsw-proxy-client: add helper to init RX DMA Channels") 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, 14 warnings, 0 checks, 156 lines checked