WARNING: line length of 86 exceeds 80 columns #46: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1188: +static int init_netdev(struct cpsw_proxy_priv *proxy_priv, struct virtual_port *vport) WARNING: line length of 84 exceeds 80 columns #55: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1197: + vport->ndev = devm_alloc_etherdev_mqs(dev, sizeof(struct vport_netdev_priv), WARNING: line length of 86 exceeds 80 columns #56: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1198: + vport->num_tx_chan, vport->num_rx_chan); WARNING: line length of 86 exceeds 80 columns #59: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1201: + dev_err(dev, "error allocating netdev for port %u\n", vport->port_id); WARNING: line length of 92 exceeds 80 columns #82: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1224: + ret = devm_add_action_or_reset(dev, (void(*)(void *))free_percpu, ndev_priv->stats); WARNING: line length of 81 exceeds 80 columns #84: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1226: + dev_err(dev, "failed to add free_percpu action, err: %d\n", ret); total: 0 errors, 6 warnings, 0 checks, 120 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 f5aaa42acc63 ("net: ethernet: ti: cpsw-proxy-client: add helper to create netdevs") 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, 6 warnings, 0 checks, 120 lines checked