WARNING: line length of 81 exceeds 80 columns #83: FILE: kernel/bpf/rqspinlock.c:242: +#define RES_CHECK_TIMEOUT(ts, ret, mask) \ WARNING: line length of 81 exceeds 80 columns #84: FILE: kernel/bpf/rqspinlock.c:243: + ({ \ WARNING: line length of 81 exceeds 80 columns #85: FILE: kernel/bpf/rqspinlock.c:244: + s64 __timeval_err = 0; \ WARNING: line length of 81 exceeds 80 columns #86: FILE: kernel/bpf/rqspinlock.c:245: + if (!(ts).spin++) \ WARNING: line length of 81 exceeds 80 columns #87: FILE: kernel/bpf/rqspinlock.c:246: + __timeval_err = clock_deadlock((lock), (mask), &(ts)); \ WARNING: line length of 81 exceeds 80 columns #88: FILE: kernel/bpf/rqspinlock.c:247: + (ret) = __timeval_err < 0 ? __timeval_err : 0; \ WARNING: line length of 81 exceeds 80 columns #89: FILE: kernel/bpf/rqspinlock.c:248: + __timeval_err; \ WARNING: line length of 81 exceeds 80 columns #94: FILE: kernel/bpf/rqspinlock.c:251: +#define RES_CHECK_TIMEOUT(ts, ret, mask) \ WARNING: line length of 81 exceeds 80 columns #95: FILE: kernel/bpf/rqspinlock.c:252: + ({ \ WARNING: line length of 81 exceeds 80 columns #96: FILE: kernel/bpf/rqspinlock.c:253: + s64 __timeval_err; \ WARNING: line length of 81 exceeds 80 columns #97: FILE: kernel/bpf/rqspinlock.c:254: + __timeval_err = clock_deadlock((lock), (mask), &(ts)); \ WARNING: line length of 81 exceeds 80 columns #98: FILE: kernel/bpf/rqspinlock.c:255: + (ret) = __timeval_err < 0 ? __timeval_err : 0; \ WARNING: line length of 81 exceeds 80 columns #99: FILE: kernel/bpf/rqspinlock.c:256: + __timeval_err; \ WARNING: line length of 113 exceeds 80 columns #118: FILE: kernel/bpf/rqspinlock.c:424: + res_smp_cond_load_acquire(&lock->locked, !VAL || RES_CHECK_TIMEOUT(ts, ret, _Q_LOCKED_MASK) < 0); WARNING: line length of 99 exceeds 80 columns #127: FILE: kernel/bpf/rqspinlock.c:586: + RES_CHECK_TIMEOUT(ts, ret, _Q_LOCKED_PENDING_MASK) < 0); total: 0 errors, 15 warnings, 0 checks, 92 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 0b6e4e80431b ("bpf/rqspinlock: switch check_timeout() to a clock interface") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 15 warnings, 0 checks, 92 lines checked