WARNING: line length of 87 exceeds 80 columns #170: FILE: kernel/bpf/bpf_insn_set.c:216: + if (off > 0 && prog->insnsi[off-1].code == (BPF_LD | BPF_DW | BPF_IMM)) CHECK: spaces preferred around that '-' (ctx:VxV) #170: FILE: kernel/bpf/bpf_insn_set.c:216: + if (off > 0 && prog->insnsi[off-1].code == (BPF_LD | BPF_DW | BPF_IMM)) ^ WARNING: line length of 87 exceeds 80 columns #179: FILE: kernel/bpf/bpf_insn_set.c:225: + if (is_static_key(&insn_set->map) && !is_ja_or_nop(&prog->insnsi[off])) WARNING: line length of 81 exceeds 80 columns #204: FILE: kernel/bpf/bpf_insn_set.c:265: + insn_set->ptrs[i].inverse_ja_or_nop = is_inverse_ja_or_nop(insn); WARNING: line length of 85 exceeds 80 columns #215: FILE: kernel/bpf/bpf_insn_set.c:322: +static struct bpf_insn_ptr *insn_ptr_by_offset(struct bpf_prog *prog, u32 xlated_off) WARNING: line length of 84 exceeds 80 columns #287: FILE: kernel/bpf/bpf_insn_set.c:394: + ret = bpf_arch_poke_static_branch(ptr, on ^ ptr->inverse_ja_or_nop); total: 0 errors, 5 warnings, 1 checks, 345 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 65695fd34dda ("bpf: add BPF_STATIC_KEY_UPDATE syscall") 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, 5 warnings, 1 checks, 345 lines checked