WARNING: line length of 81 exceeds 80 columns #44: FILE: include/net/netdev_queues.h:133: + * @ndo_queue_create: Create a new RX queue which can be leased to another queue. WARNING: line length of 81 exceeds 80 columns #185: FILE: net/core/netdev-genl.c:1154: + if (NL_REQ_ATTR_CHECK(info->extack, nest, ltb, NETDEV_A_LEASE_IFINDEX) || CHECK: multiple assignments should be avoided #276: FILE: net/core/netdev-genl.c:1245: + err = queue_id = dev->queue_mgmt_ops->ndo_queue_create(dev); WARNING: line length of 81 exceeds 80 columns #330: FILE: net/core/netdev_queues.c:39: + NL_SET_ERR_MSG(extack, "Device does not support queue creation"); WARNING: line length of 83 exceeds 80 columns #335: FILE: net/core/netdev_queues.c:44: + NL_SET_ERR_MSG(extack, "Device must have at least one real queue"); WARNING: line length of 88 exceeds 80 columns #349: FILE: net/core/netdev_queues.c:58: + NL_SET_ERR_MSG(extack, "Lease device has been removed from the system"); WARNING: line length of 100 exceeds 80 columns #353: FILE: net/core/netdev_queues.c:62: + NL_SET_ERR_MSG(extack, "Lease device does not support queue management operations"); WARNING: line length of 87 exceeds 80 columns #371: FILE: net/core/netdev_queues.c:80: + NL_SET_ERR_MSG(extack, "Lease device queue in use by memory provider"); total: 0 errors, 7 warnings, 1 checks, 366 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 2c7edb86605d ("net: Implement netdev_nl_queue_create_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, 7 warnings, 1 checks, 366 lines checked