WARNING: line length of 87 exceeds 80 columns #123: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:671: + snprintf(tx_chn_name, sizeof(tx_chn_name), "tx%u-virt-port-%u", WARNING: line length of 97 exceeds 80 columns #125: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:673: + strscpy(tx_chn->tx_chan_name, tx_chn_name, sizeof(tx_chn->tx_chan_name)); WARNING: line length of 93 exceeds 80 columns #127: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:675: + hdesc_size = cppi5_hdesc_calc_size(true, PS_DATA_SIZE, SW_DATA_SIZE); WARNING: line length of 92 exceeds 80 columns #138: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:686: + tx_chn->num_descs, WARNING: line length of 85 exceeds 80 columns #139: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:687: + hdesc_size, WARNING: line length of 87 exceeds 80 columns #140: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:688: + tx_chn_name); WARNING: line length of 83 exceeds 80 columns #143: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:691: + dev_err(dev, "failed to create tx pool %d\n", ret); WARNING: line length of 87 exceeds 80 columns #148: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:696: + k3_udma_glue_request_tx_chn_for_thread_id(dev, &tx_cfg, WARNING: line length of 95 exceeds 80 columns #149: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:697: + proxy_priv->dma_node, WARNING: line length of 93 exceeds 80 columns #150: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:698: + tx_chn->thread_id); WARNING: line length of 91 exceeds 80 columns #153: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:701: + dev_err(dev, "Failed to request tx dma channel %d\n", ret); WARNING: line length of 91 exceeds 80 columns #159: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:707: + dev_err(dev, "Failed to get tx dma irq %d\n", tx_chn->irq); total: 0 errors, 12 warnings, 0 checks, 152 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 094a02207530 ("net: ethernet: ti: cpsw-proxy-client: add helper to init TX 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, 12 warnings, 0 checks, 152 lines checked