WARNING: line length of 81 exceeds 80 columns #115: FILE: drivers/net/ethernet/rpmsg_eth.c:107: + RPMSG_ETH_REQ_TIMEOUT_JIFFIES); WARNING: line length of 85 exceeds 80 columns #146: FILE: drivers/net/ethernet/rpmsg_eth.c:138: + 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:143: + ret = rpmsg_eth_create_send_request(common, RPMSG_ETH_REQ_SET_MAC_ADDR, false); WARNING: line length of 89 exceeds 80 columns #234: FILE: drivers/net/ethernet/rpmsg_eth.c:312: + struct rpmsg_eth_port *port = container_of(napi, struct rpmsg_eth_port, rx_napi); WARNING: line length of 81 exceeds 80 columns #253: FILE: drivers/net/ethernet/rpmsg_eth.c:331: + port->shm + port->rx_offset + MAGIC_NUM_SIZE_TYPE + WARNING: line length of 86 exceeds 80 columns #254: FILE: drivers/net/ethernet/rpmsg_eth.c:332: + PKT_START_OFFSET((tail + count) % port->rx_max_buffers), WARNING: line length of 86 exceeds 80 columns #268: FILE: drivers/net/ethernet/rpmsg_eth.c:346: + PKT_START_OFFSET((tail + count) % port->rx_max_buffers), WARNING: line length of 85 exceeds 80 columns #325: FILE: drivers/net/ethernet/rpmsg_eth.c:403: +static netdev_tx_t rpmsg_eth_start_xmit(struct sk_buff *skb, struct net_device *ndev) WARNING: line length of 95 exceeds 80 columns #347: FILE: drivers/net/ethernet/rpmsg_eth.c:425: + memcpy_toio(port->shm + port->tx_offset + PKT_START_OFFSET(head) + MAGIC_NUM_SIZE_TYPE, WARNING: line length of 96 exceeds 80 columns #350: FILE: drivers/net/ethernet/rpmsg_eth.c:428: + memcpy_toio(port->shm + port->tx_offset + PKT_START_OFFSET(head) + MAGIC_NUM_SIZE_TYPE + WARNING: line length of 87 exceeds 80 columns #374: FILE: drivers/net/ethernet/rpmsg_eth.c:452: + ret = rpmsg_eth_create_send_request(common, RPMSG_ETH_REQ_SET_MAC_ADDR, false); total: 0 errors, 11 warnings, 0 checks, 380 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 d28a87ab8506 ("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, 380 lines checked