WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #37: new file mode 100644 WARNING: line length of 86 exceeds 80 columns #70: FILE: drivers/net/virtio_net/virtio_net_ff.c:29: + struct virtio_admin_cmd_query_cap_id_result *cap_id_list __free(kfree) = NULL; WARNING: line length of 88 exceeds 80 columns #131: FILE: drivers/net/virtio_net/virtio_net_ff.c:90: + sizeof(*ff->ff_actions) + VIRTIO_NET_FF_ACTION_MAX); WARNING: line length of 84 exceeds 80 columns #147: FILE: drivers/net/virtio_net/virtio_net_ff.c:106: + ff_mask_size += sizeof(struct virtio_net_ff_selector) + sel->length; WARNING: line length of 96 exceeds 80 columns #148: FILE: drivers/net/virtio_net/virtio_net_ff.c:107: + sel = (struct virtio_net_ff_selector *)((u8 *)sel + sizeof(*sel) + sel->length); WARNING: line length of 88 exceeds 80 columns #161: FILE: drivers/net/virtio_net/virtio_net_ff.c:120: + sizeof(*ff->ff_actions) + VIRTIO_NET_FF_ACTION_MAX); CHECK: Please use a blank line after function/struct/union/enum declarations #323: FILE: include/uapi/linux/virtio_net_ff.h:45: +}; +#define VIRTIO_NET_FF_MASK_F_PARTIAL_MASK (1 << 0) total: 0 errors, 6 warnings, 1 checks, 271 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 edd16d2024fb ("virtio_net: Query and set flow filter caps") 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, 6 warnings, 1 checks, 271 lines checked