WARNING: line length of 84 exceeds 80 columns #58: 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 #67: FILE: drivers/vhost/vsock.c:463: +static bool vhost_transport_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid) WARNING: line length of 83 exceeds 80 columns #120: FILE: include/net/af_vsock.h:221: +struct sock *vsock_find_bound_socket_net(struct sockaddr_vm *addr, struct net *net, WARNING: line length of 85 exceeds 80 columns #242: FILE: net/vmw_vsock/af_vsock.c:296: + vsock_net_check_mode(sock_net(sk), vsk->net_mode, net, net_mode)) WARNING: line length of 86 exceeds 80 columns #250: FILE: net/vmw_vsock/af_vsock.c:302: + vsock_net_check_mode(sock_net(sk), vsk->net_mode, net, net_mode)) WARNING: line length of 83 exceeds 80 columns #262: FILE: net/vmw_vsock/af_vsock.c:312: + enum vsock_net_mode net_mode) WARNING: line length of 87 exceeds 80 columns #274: FILE: net/vmw_vsock/af_vsock.c:322: + vsock_net_check_mode(sock_net(sk), vsk->net_mode, net, net_mode)) { WARNING: struct ctl_table should normally be const #395: FILE: net/vmw_vsock/af_vsock.c:2728: + struct ctl_table tmp; WARNING: struct ctl_table should normally be const #452: FILE: net/vmw_vsock/af_vsock.c:2785: +static struct ctl_table vsock_table[] = { WARNING: struct ctl_table should normally be const #464: FILE: net/vmw_vsock/af_vsock.c:2797: + struct ctl_table *table; WARNING: line length of 85 exceeds 80 columns #579: FILE: net/vmw_vsock/virtio_transport.c:538: +static bool virtio_transport_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid); WARNING: line length of 84 exceeds 80 columns #588: FILE: net/vmw_vsock/virtio_transport.c:595: +static bool virtio_transport_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid) WARNING: line length of 83 exceeds 80 columns #601: 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 #610: FILE: net/vmw_vsock/vsock_loopback.c:109: +static bool vsock_loopback_seqpacket_allow(struct vsock_sock *vsk, u32 remote_cid) total: 0 errors, 14 warnings, 0 checks, 514 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 1ebab11c42a7 ("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 FILE_PATH_CHANGES 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, 14 warnings, 0 checks, 514 lines checked