WARNING: line length of 102 exceeds 80 columns #85: FILE: kernel/locking/rqspinlock.c:652: +#define REPORT_STR(ret) ({ ret == -ETIMEDOUT ? "Timeout detected" : "AA or ABBA deadlock detected"; }) CHECK: Macro argument 'ret' may be better as '(ret)' to avoid precedence issues #85: FILE: kernel/locking/rqspinlock.c:652: +#define REPORT_STR(ret) ({ ret == -ETIMEDOUT ? "Timeout detected" : "AA or ABBA deadlock detected"; }) WARNING: line length of 83 exceeds 80 columns #91: FILE: kernel/locking/rqspinlock.c:658: + BUILD_BUG_ON(sizeof(struct qspinlock) != sizeof(struct bpf_res_spin_lock)); WARNING: line length of 93 exceeds 80 columns #92: FILE: kernel/locking/rqspinlock.c:659: + BUILD_BUG_ON(__alignof__(struct qspinlock) != __alignof__(struct bpf_res_spin_lock)); WARNING: line length of 105 exceeds 80 columns #110: FILE: kernel/locking/rqspinlock.c:677: +__bpf_kfunc int bpf_res_spin_lock_irqsave(struct bpf_res_spin_lock *lock, unsigned long *flags__irq_flag) WARNING: line length of 111 exceeds 80 columns #129: FILE: kernel/locking/rqspinlock.c:696: +__bpf_kfunc void bpf_res_spin_unlock_irqrestore(struct bpf_res_spin_lock *lock, unsigned long *flags__irq_flag) WARNING: line length of 86 exceeds 80 columns #155: FILE: kernel/locking/rqspinlock.c:722: + return register_btf_kfunc_id_set(BPF_PROG_TYPE_UNSPEC, &rqspinlock_kfunc_set); total: 0 errors, 6 warnings, 1 checks, 104 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 6ddb870fc129 ("bpf: Introduce rqspinlock kfuncs") 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, 6 warnings, 1 checks, 104 lines checked