WARNING: line length of 83 exceeds 80 columns #44: FILE: include/net/netdev_queues.h:153: + * @ndo_queue_create: Create a new RX queue which can be leased to another queue. WARNING: line length of 81 exceeds 80 columns #45: FILE: include/net/netdev_queues.h:154: + * Ops on this queue are redirected to the leased queue e.g. WARNING: line length of 82 exceeds 80 columns #46: FILE: include/net/netdev_queues.h:155: + * when opening a memory provider. Return the new queue id on WARNING: line length of 81 exceeds 80 columns #192: FILE: net/core/netdev-genl.c:1156: + if (NL_REQ_ATTR_CHECK(info->extack, nest, ltb, NETDEV_A_LEASE_IFINDEX) || WARNING: line length of 84 exceeds 80 columns #198: FILE: net/core/netdev-genl.c:1162: + NL_SET_BAD_ATTR(info->extack, ltb[NETDEV_A_LEASE_NETNS_ID]); CHECK: Alignment should match open parenthesis #257: FILE: net/core/netdev-genl.c:1221: + NL_SET_ERR_MSG(info->extack, + "Lease ifindex cannot be the same as queue creation ifindex"); CHECK: multiple assignments should be avoided #299: FILE: net/core/netdev-genl.c:1263: + err = queue_id = dev->queue_mgmt_ops->ndo_queue_create(dev); WARNING: line length of 81 exceeds 80 columns #358: 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 #363: 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 #377: 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 #381: 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 #399: FILE: net/core/netdev_queues.c:80: + NL_SET_ERR_MSG(extack, "Lease device queue in use by memory provider"); total: 0 errors, 10 warnings, 2 checks, 393 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 a00a254b3e91 ("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, 10 warnings, 2 checks, 393 lines checked