WARNING: line length of 81 exceeds 80 columns #67: FILE: include/net/af_vsock.h:279: +/* Return true if mode has already been written once. Otherwise, return false. */ CHECK: Prefer using the BIT macro #125: FILE: include/net/netns/vsock.h:8: +#define VSOCK_NET_MODE_LOCAL (1 << 1) CHECK: spinlock_t definition without comment #129: FILE: include/net/netns/vsock.h:12: + spinlock_t lock; total: 0 errors, 1 warnings, 2 checks, 93 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 433359879bb5 ("vsock: a per-net vsock NS mode state") 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, 1 warnings, 2 checks, 93 lines checked