WARNING: line length of 81 exceeds 80 columns #114: FILE: drivers/net/ethernet/rpmsg_eth.c:119: + RPMSG_ETH_REQ_TIMEOUT_JIFFIES); WARNING: line length of 85 exceeds 80 columns #145: FILE: drivers/net/ethernet/rpmsg_eth.c:150: + rpmsg_eth_create_send_request(common, RPMSG_ETH_REQ_SHM_INFO, false); WARNING: line length of 95 exceeds 80 columns #150: FILE: drivers/net/ethernet/rpmsg_eth.c:155: + 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:326: + struct rpmsg_eth_port *port = container_of(napi, struct rpmsg_eth_port, rx_napi); WARNING: line length of 81 exceeds 80 columns #252: FILE: drivers/net/ethernet/rpmsg_eth.c:345: + port->shm + port->rx_offset + MAGIC_NUM_SIZE_TYPE + WARNING: line length of 86 exceeds 80 columns #253: FILE: drivers/net/ethernet/rpmsg_eth.c:346: + PKT_START_OFFSET((tail + count) % port->rx_max_buffers), WARNING: line length of 86 exceeds 80 columns #267: FILE: drivers/net/ethernet/rpmsg_eth.c:360: + PKT_START_OFFSET((tail + count) % port->rx_max_buffers), WARNING: line length of 85 exceeds 80 columns #324: FILE: drivers/net/ethernet/rpmsg_eth.c:417: +static netdev_tx_t rpmsg_eth_start_xmit(struct sk_buff *skb, struct net_device *ndev) WARNING: line length of 95 exceeds 80 columns #346: FILE: drivers/net/ethernet/rpmsg_eth.c:439: + memcpy_toio(port->shm + port->tx_offset + PKT_START_OFFSET(head) + MAGIC_NUM_SIZE_TYPE, WARNING: line length of 96 exceeds 80 columns #349: FILE: drivers/net/ethernet/rpmsg_eth.c:442: + memcpy_toio(port->shm + port->tx_offset + PKT_START_OFFSET(head) + MAGIC_NUM_SIZE_TYPE + WARNING: line length of 88 exceeds 80 columns #374: FILE: drivers/net/ethernet/rpmsg_eth.c:467: + return 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 49185fa5f7e8 ("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