WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #86: new file mode 100644 WARNING: line length of 81 exceeds 80 columns #155: FILE: include/net/devmem.h:65: +void __net_devmem_dmabuf_binding_free(struct net_devmem_dmabuf_binding *binding); CHECK: Please use a blank line after function/struct/union/enum declarations #173: FILE: include/net/devmem.h:83: +} +static inline void WARNING: line length of 108 exceeds 80 columns #293: FILE: net/core/dev.c:9541: + NL_SET_ERR_MSG(extack, "XDP can't be installed on a netdev using memory providers"); CHECK: Lines should not end with a '(' #706: FILE: net/core/netdev-genl.c:777: + err = nla_parse_nested( WARNING: line length of 83 exceeds 80 columns #712: FILE: net/core/netdev-genl.c:783: + if (NL_REQ_ATTR_CHECK(info->extack, attr, tb, NETDEV_A_QUEUE_ID) || WARNING: line length of 85 exceeds 80 columns #713: FILE: net/core/netdev-genl.c:784: + NL_REQ_ATTR_CHECK(info->extack, attr, tb, NETDEV_A_QUEUE_TYPE) || WARNING: line length of 83 exceeds 80 columns #714: FILE: net/core/netdev-genl.c:785: + nla_get_u32(tb[NETDEV_A_QUEUE_TYPE]) != NETDEV_QUEUE_TYPE_RX) { WARNING: line length of 148 exceeds 80 columns #781: FILE: net/ethtool/common.c:682: + GENL_SET_ERR_MSG_FMT(info, "requested channel counts are too low for existing memory provider setting (%d)", max_mp_in_use); total: 0 errors, 7 warnings, 2 checks, 656 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 c5496eb54885 ("netdev: support binding dma-buf to netdevice") 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, 7 warnings, 2 checks, 656 lines checked