CHECK: Alignment should match open parenthesis #39: FILE: drivers/vhost/net.c:180: +static int vhost_net_buf_produce(struct vhost_net_virtqueue *nvq, + struct sock *sk) CHECK: Alignment should match open parenthesis #51: FILE: drivers/vhost/net.c:190: + rxq->tail = tun_ring_consume_batched(file, + rxq->queue, VHOST_NET_BATCH); CHECK: Alignment should match open parenthesis #55: FILE: drivers/vhost/net.c:194: + rxq->tail = tap_ring_consume_batched(file, + rxq->queue, VHOST_NET_BATCH); CHECK: Alignment should match open parenthesis #66: FILE: drivers/vhost/net.c:204: +static void vhost_net_buf_unproduce(struct vhost_net_virtqueue *nvq, + struct socket *sk) CHECK: Alignment should match open parenthesis #103: FILE: drivers/vhost/net.c:243: +static int vhost_net_buf_peek(struct vhost_net_virtqueue *nvq, + struct sock *sk) total: 0 errors, 0 warnings, 5 checks, 170 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 e081e0a0f0c0 ("vhost_net: Replace rx_ring with calls of TUN/TAP wrappers") 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, 0 warnings, 5 checks, 170 lines checked