WARNING: line length of 83 exceeds 80 columns #135: FILE: net/core/netdev-genl.c:1144: + NL_SET_ERR_MSG(info->extack, "Only binding of RX queue supported"); WARNING: line length of 81 exceeds 80 columns #221: FILE: net/core/netdev-genl.c:1230: + tmp_rxq = __netif_get_rx_queue(dst_dev, dst_dev->real_num_rx_queues - 1); WARNING: line length of 81 exceeds 80 columns #282: FILE: net/core/netdev_rx_queue.c:36: + WARN_ON_ONCE(READ_ONCE(dst_rxq->dev->reg_state) != NETREG_UNREGISTERING); total: 0 errors, 3 warnings, 0 checks, 277 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 1a968738b85c ("net: Implement netdev_nl_bind_queue_doit") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 3 warnings, 0 checks, 277 lines checked