WARNING: line length of 81 exceeds 80 columns #23: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1256: +static int vport_get_coal(struct net_device *ndev, struct ethtool_coalesce *coal, WARNING: line length of 81 exceeds 80 columns #34: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1267: +static int vport_set_coal(struct net_device *ndev, struct ethtool_coalesce *coal, WARNING: line length of 95 exceeds 80 columns #53: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1286: + /* Since it is possible to set pacing values per TX and RX queue, if per queue value is WARNING: line length of 84 exceeds 80 columns #58: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1291: + vport->tx_chans[i].tx_pace_timeout = coal->tx_coalesce_usecs * 1000; WARNING: line length of 84 exceeds 80 columns #61: FILE: drivers/net/ethernet/ti/cpsw-proxy-client.c:1294: + vport->rx_chans[i].rx_pace_timeout = coal->rx_coalesce_usecs * 1000; total: 0 errors, 5 warnings, 0 checks, 94 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 b7b666143128 ("net: ethernet: ti: cpsw-proxy-client: export coalescing support") 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, 94 lines checked