WARNING: line length of 84 exceeds 80 columns #171: FILE: drivers/net/ethernet/rpmsg_eth.c:147: + msg_type, rpmsg_type, msg->msg_hdr.src_id, msg->req_msg.id); WARNING: line length of 85 exceeds 80 columns #176: FILE: drivers/net/ethernet/rpmsg_eth.c:152: + msg_type, rpmsg_type, msg->msg_hdr.src_id, msg->resp_msg.id); WARNING: line length of 90 exceeds 80 columns #188: FILE: drivers/net/ethernet/rpmsg_eth.c:164: + ret = rpmsg_eth_validate_handshake(port, &msg->resp_msg.shm_info); WARNING: line length of 89 exceeds 80 columns #190: FILE: drivers/net/ethernet/rpmsg_eth.c:166: + dev_err(common->dev, "RPMSG handshake failed %d\n", ret); WARNING: line length of 87 exceeds 80 columns #202: FILE: drivers/net/ethernet/rpmsg_eth.c:176: + msg_type, rpmsg_type, msg->msg_hdr.src_id, msg->notify_msg.id); WARNING: line length of 85 exceeds 80 columns #240: FILE: drivers/net/ethernet/rpmsg_eth.c:266: + dev_dbg(dev, "Using random MAC address %pM\n", port->ndev->dev_addr); WARNING: line length of 81 exceeds 80 columns #276: FILE: drivers/net/ethernet/rpmsg_eth.c:302: + dev_err(dev, "error registering rpmsg_eth net device %d\n", err); WARNING: line length of 87 exceeds 80 columns #322: FILE: drivers/net/ethernet/rpmsg_eth.h:23: +#define MAX_MTU (RPMSG_ETH_PACKET_BUFFER_SIZE - (ETH_HLEN + ETH_FCS_LEN + VLAN_HLEN)) WARNING: line length of 83 exceeds 80 columns #329: FILE: drivers/net/ethernet/rpmsg_eth.h:30: +/* 4 bytes to hold packet length and RPMSG_ETH_PACKET_BUFFER_SIZE to hold packet */ WARNING: line length of 86 exceeds 80 columns #338: FILE: drivers/net/ethernet/rpmsg_eth.h:39: +#define rpmsg_eth_ndev_to_priv(ndev) ((struct rpmsg_eth_ndev_priv *)netdev_priv(ndev)) total: 0 errors, 10 warnings, 0 checks, 540 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 79e3ee733034 ("net: rpmsg-eth: Register device as netdev") 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, 10 warnings, 0 checks, 540 lines checked