WARNING: line length of 81 exceeds 80 columns #79: FILE: drivers/vhost/net.c:181: + struct sock *sk) CHECK: Alignment should match open parenthesis #79: FILE: drivers/vhost/net.c:181: +static int vhost_net_buf_produce(struct vhost_net_virtqueue *nvq, + struct sock *sk) CHECK: Alignment should match open parenthesis #97: FILE: drivers/vhost/net.c:217: +static int vhost_net_buf_peek(struct vhost_net_virtqueue *nvq, + struct sock *sk) CHECK: Please use a blank line after function/struct/union/enum declarations #171: FILE: include/linux/if_tap.h:22: } +static inline void tap_wake_netdev_queue(struct file *f) {} total: 0 errors, 1 warnings, 3 checks, 137 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 9e349a1e9efb ("netdev queue flow control for vhost_net") 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, 1 warnings, 3 checks, 137 lines checked