WARNING: line length of 83 exceeds 80 columns #176: FILE: net/vmw_vsock/af_vsock.c:455: +static int __vsock_assign_transport(struct vsock_sock *vsk, struct vsock_sock *psk, WARNING: line length of 81 exceeds 80 columns #188: FILE: net/vmw_vsock/af_vsock.c:482: + * Therefore, we try to initialize it to transport_dgram_fallback WARNING: line length of 82 exceeds 80 columns #189: FILE: net/vmw_vsock/af_vsock.c:483: + * so that we don't break VMCI. If VMCI is not present, it is okay WARNING: line length of 83 exceeds 80 columns #190: FILE: net/vmw_vsock/af_vsock.c:484: + * to leave the transport empty since vsk->transport != NULL checks WARNING: line length of 83 exceeds 80 columns #200: FILE: net/vmw_vsock/af_vsock.c:494: + remote_flags); WARNING: line length of 81 exceeds 80 columns #222: FILE: net/vmw_vsock/af_vsock.c:550: + * Note: for connection oriented socket this must be called when vsk->remote_addr WARNING: line length of 81 exceeds 80 columns #295: FILE: net/vmw_vsock/af_vsock.c:1234: + remote_addr->svm_flags); WARNING: line length of 83 exceeds 80 columns #296: FILE: net/vmw_vsock/af_vsock.c:1235: + /* transport_dgram_fallback needs to be initialized to be called */ WARNING: line length of 91 exceeds 80 columns #297: FILE: net/vmw_vsock/af_vsock.c:1236: + if (transport == transport_dgram_fallback && transport != vsk->transport) { WARNING: line length of 85 exceeds 80 columns #468: FILE: net/vmw_vsock/vmci_transport.c:2064: + err = vsock_core_register(&vmci_transport, VSOCK_TRANSPORT_F_DGRAM_FALLBACK); total: 0 errors, 10 warnings, 0 checks, 337 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 f677a588427b ("af_vsock: support multi-transport datagrams") 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, 10 warnings, 0 checks, 337 lines checked