WARNING: line length of 81 exceeds 80 columns #115: FILE: drivers/net/ethernet/rpmsg_eth.c:187: + RPMSG_ETH_REQ_TIMEOUT_JIFFIES); WARNING: line length of 85 exceeds 80 columns #146: FILE: drivers/net/ethernet/rpmsg_eth.c:218: + rpmsg_eth_create_send_request(common, RPMSG_ETH_REQ_SHM_INFO, false); WARNING: line length of 95 exceeds 80 columns #151: FILE: drivers/net/ethernet/rpmsg_eth.c:223: + ret = rpmsg_eth_create_send_request(common, RPMSG_ETH_REQ_SET_MAC_ADDR, false); WARNING: line length of 89 exceeds 80 columns #233: FILE: drivers/net/ethernet/rpmsg_eth.c:387: + struct rpmsg_eth_port *port = container_of(napi, struct rpmsg_eth_port, rx_napi); WARNING: line length of 82 exceeds 80 columns #253: FILE: drivers/net/ethernet/rpmsg_eth.c:407: + (((tail + count) % port->rpmsg_eth_rx_max_buffers) * WARNING: line length of 82 exceeds 80 columns #268: FILE: drivers/net/ethernet/rpmsg_eth.c:422: + (((tail + count) % port->rpmsg_eth_rx_max_buffers) * WARNING: line length of 85 exceeds 80 columns #326: FILE: drivers/net/ethernet/rpmsg_eth.c:480: +static netdev_tx_t rpmsg_eth_start_xmit(struct sk_buff *skb, struct net_device *ndev) WARNING: line length of 83 exceeds 80 columns #349: FILE: drivers/net/ethernet/rpmsg_eth.c:503: + (port->tx_buffer->head->index * RPMSG_ETH_BUFFER_SIZE), WARNING: line length of 85 exceeds 80 columns #354: FILE: drivers/net/ethernet/rpmsg_eth.c:508: + (port->tx_buffer->head->index * RPMSG_ETH_BUFFER_SIZE)), WARNING: line length of 84 exceeds 80 columns #357: FILE: drivers/net/ethernet/rpmsg_eth.c:511: + (port->tx_buffer->head->index + 1) % port->rpmsg_eth_tx_max_buffers; WARNING: line length of 87 exceeds 80 columns #378: FILE: drivers/net/ethernet/rpmsg_eth.c:532: + ret = rpmsg_eth_create_send_request(common, RPMSG_ETH_REQ_SET_MAC_ADDR, false); total: 0 errors, 11 warnings, 0 checks, 381 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 189bc6809c0d ("net: rpmsg-eth: Add netdev ops") 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, 11 warnings, 0 checks, 381 lines checked