WARNING: line length of 84 exceeds 80 columns #50: FILE: drivers/vhost/vsock.c:407: +static bool vhost_transport_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid); WARNING: line length of 83 exceeds 80 columns #59: FILE: drivers/vhost/vsock.c:463: +static bool vhost_transport_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid) WARNING: line length of 84 exceeds 80 columns #209: FILE: net/vmw_vsock/af_vsock.c:300: + enum vsock_net_mode orig_net_mode) WARNING: struct ctl_table should normally be const #309: FILE: net/vmw_vsock/af_vsock.c:2696: + struct ctl_table tmp; WARNING: struct ctl_table should normally be const #363: FILE: net/vmw_vsock/af_vsock.c:2750: +static struct ctl_table vsock_table[] = { WARNING: struct ctl_table should normally be const #375: FILE: net/vmw_vsock/af_vsock.c:2762: + struct ctl_table *table; WARNING: line length of 85 exceeds 80 columns #490: FILE: net/vmw_vsock/virtio_transport.c:539: +static bool virtio_transport_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid); WARNING: line length of 84 exceeds 80 columns #499: FILE: net/vmw_vsock/virtio_transport.c:596: +static bool virtio_transport_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid) WARNING: line length of 87 exceeds 80 columns #508: FILE: net/vmw_vsock/virtio_transport.c:663: + virtio_vsock_skb_set_orig_net_mode(skb, VSOCK_NET_MODE_GLOBAL); WARNING: line length of 83 exceeds 80 columns #555: FILE: net/vmw_vsock/vsock_loopback.c:49: +static bool vsock_loopback_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid); WARNING: line length of 82 exceeds 80 columns #564: FILE: net/vmw_vsock/vsock_loopback.c:109: +static bool vsock_loopback_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid) total: 0 errors, 11 warnings, 0 checks, 466 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 645eff3e1d7b ("vsock: add netns to vsock core") 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, 11 warnings, 0 checks, 466 lines checked