WARNING: line length of 83 exceeds 80 columns #45: FILE: net/unix/garbage.c:537: + unix_graph_circles ? UNIX_GRAPH_CYCLIC : UNIX_GRAPH_NOT_CYCLIC); CHECK: Prefer using the BIT macro #72: FILE: net/unix/garbage.c:612: +#define UNIX_INFLIGHT_SANE_CIRCLES (1 << 10) CHECK: Prefer using the BIT macro #73: FILE: net/unix/garbage.c:613: +#define UNIX_INFLIGHT_SANE_SOCKETS (1 << 14) total: 0 errors, 1 warnings, 2 checks, 83 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 0d022d9a1b05 ("af_unix: Schedule GC based on graph state during sendmsg().") 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, 83 lines checked