WARNING: line length of 88 exceeds 80 columns #87: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1288: + i = wait_for_completion_timeout(&vport->tdown_complete, msecs_to_jiffies(1000)); WARNING: line length of 85 exceeds 80 columns #93: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1294: + k3_udma_glue_reset_tx_chn(tx_chn->tx_chan, tx_chn, vport_tx_cleanup); WARNING: line length of 87 exceeds 80 columns #103: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1304: + k3_udma_glue_reset_rx_chn(rx_chn->rx_chan, 0, rx_chn, vport_rx_cleanup, WARNING: line length of 93 exceeds 80 columns #121: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1322: + skb = __netdev_alloc_skb_ip_align(NULL, MAX_PACKET_SIZE, GFP_KERNEL); total: 0 errors, 4 warnings, 0 checks, 174 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 b73baceac2a7 ("net: ethernet: ti: cpsw-proxy-client: implement and register ndo_open") 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, 4 warnings, 0 checks, 174 lines checked