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 85 exceeds 80 columns #125: FILE: net/vmw_vsock/af_vsock.c:101: + * - CID allocation draws only from the private pool, does not affect public pool WARNING: suspect code indent for conditional statements (16, 32) #175: FILE: net/vmw_vsock/af_vsock.c:273: if (addr->svm_port == vsk->local_addr.svm_port && [...] + return sk; WARNING: struct ctl_table should normally be const #284: FILE: net/vmw_vsock/af_vsock.c:2680: + struct ctl_table tmp; WARNING: struct ctl_table should normally be const #334: FILE: net/vmw_vsock/af_vsock.c:2730: +static struct ctl_table vsock_table[] = { WARNING: struct ctl_table should normally be const #346: FILE: net/vmw_vsock/af_vsock.c:2742: + struct ctl_table *table; WARNING: line length of 85 exceeds 80 columns #453: 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 #462: 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 83 exceeds 80 columns #515: 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 #524: 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, 429 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 110245e164b0 ("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, 429 lines checked