WARNING: line length of 83 exceeds 80 columns #79: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1199: + ns_to_ktime(rx_chn->rx_pace_timeout), WARNING: line length of 89 exceeds 80 columns #92: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1212: + struct tx_dma_chan *tx_chn = container_of(timer, struct tx_dma_chan, tx_hrtimer); WARNING: line length of 89 exceeds 80 columns #100: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1220: + struct rx_dma_chan *rx_chn = container_of(timer, struct rx_dma_chan, rx_hrtimer); WARNING: line length of 92 exceeds 80 columns #140: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1755: + hrtimer_init(&tx_chn->tx_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_PINNED); WARNING: line length of 92 exceeds 80 columns #147: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1762: + hrtimer_init(&rx_chn->rx_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_PINNED); total: 0 errors, 5 warnings, 0 checks, 131 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 12fb7961b8db ("net: ethernet: ti: cpsw-proxy-client: add sw tx/rx irq coalescing") 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, 5 warnings, 0 checks, 131 lines checked