WARNING: line length of 82 exceeds 80 columns #40: FILE: include/linux/netdevice.h:1413: + * void (*ndo_unpeer_queues)(struct net_device *dev, struct netdev_rx_queue *rxq); WARNING: line length of 82 exceeds 80 columns #55: FILE: include/linux/netdevice.h:1667: + struct netdev_rx_queue *rxq); WARNING: line length of 81 exceeds 80 columns #68: FILE: include/net/netdev_rx_queue.h:76: + dst_rxq->dev->netdev_ops->ndo_peer_queues(dst_rxq->dev, dst_rxq); WARNING: line length of 83 exceeds 80 columns #77: FILE: include/net/netdev_rx_queue.h:91: + dst_rxq->dev->netdev_ops->ndo_unpeer_queues(dst_rxq->dev, dst_rxq); total: 0 errors, 4 warnings, 0 checks, 49 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 ce506a3429df ("net: Add ndo_{peer,unpeer}_queues callback") 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, 4 warnings, 0 checks, 49 lines checked