WARNING: line length of 81 exceeds 80 columns #47: FILE: net/vmw_vsock/af_vsock.c:23: + * - There are separate bind tables for connectible and datagram sockets to avoid WARNING: line length of 83 exceeds 80 columns #93: FILE: net/vmw_vsock/af_vsock.c:177: +#define vsock_bound_dgram_sockets(addr) (&vsock_dgram_bind_table[VSOCK_HASH(addr)]) WARNING: line length of 82 exceeds 80 columns #95: FILE: net/vmw_vsock/af_vsock.c:179: +#define vsock_unbound_dgram_sockets (&vsock_dgram_bind_table[VSOCK_HASH_SIZE]) total: 0 errors, 3 warnings, 0 checks, 177 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 5889e26c662b ("af_vsock: use a separate dgram bind table") 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, 3 warnings, 0 checks, 177 lines checked