WARNING: line length of 81 exceeds 80 columns #59: FILE: include/linux/bpf_verifier.h:573: + bool seen; /* this insn was processed by the verifier at env->pass_cnt */ WARNING: line length of 91 exceeds 80 columns #60: FILE: include/linux/bpf_verifier.h:574: + bool true_branch_taken; /* for cond jumps, set if verifier ever took true branch */ WARNING: line length of 93 exceeds 80 columns #61: FILE: include/linux/bpf_verifier.h:575: + bool false_branch_taken; /* for cond jumps, set if verifier ever took false branch */ WARNING: line length of 85 exceeds 80 columns #135: FILE: kernel/bpf/verifier.c:19619: + if (aux_data[i].true_branch_taken && !aux_data[i].false_branch_taken) WARNING: line length of 90 exceeds 80 columns #138: FILE: kernel/bpf/verifier.c:19621: + else if (!aux_data[i].true_branch_taken && aux_data[i].false_branch_taken) total: 0 errors, 5 warnings, 0 checks, 75 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 ac1c6fc12a4a ("bpf: use branch predictions in opt_hard_wire_dead_code_branches()") 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, 0 checks, 75 lines checked