WARNING: line length of 83 exceeds 80 columns #49: FILE: net/core/netdev-genl.c:890: + if (NL_REQ_ATTR_CHECK(info->extack, attr, tb, NETDEV_A_QUEUE_ID) || WARNING: line length of 83 exceeds 80 columns #50: FILE: net/core/netdev-genl.c:891: + NL_REQ_ATTR_CHECK(info->extack, attr, tb, NETDEV_A_QUEUE_TYPE)) WARNING: line length of 83 exceeds 80 columns #53: FILE: net/core/netdev-genl.c:894: + if (nla_get_u32(tb[NETDEV_A_QUEUE_TYPE]) != NETDEV_QUEUE_TYPE_RX) { total: 0 errors, 3 warnings, 0 checks, 124 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 2432ef93f38f ("net: devmem: pre-read requested rx queues during bind") 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, 3 warnings, 0 checks, 124 lines checked