WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#73: 
new file mode 100644

CHECK: Lines should not end with a '('
#94: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:17:
+	asm volatile (

WARNING: line length of 90 exceeds 80 columns
#100: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:23:
+	: __imm_insn(may_goto, BPF_RAW_INSN(BPF_JMP | BPF_JCOND, 0, 0, 0 /* offset */, 0))

CHECK: Lines should not end with a '('
#112: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:35:
+	asm volatile (

WARNING: line length of 91 exceeds 80 columns
#120: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:43:
+	: __imm_insn(may_goto1, BPF_RAW_INSN(BPF_JMP | BPF_JCOND, 0, 0, 0 /* offset */, 0))

CHECK: Lines should not end with a '('
#132: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:55:
+	asm volatile (

WARNING: line length of 92 exceeds 80 columns
#142: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:65:
+	: __imm_insn(may_goto1, BPF_RAW_INSN(BPF_JMP | BPF_JCOND, 0, 0, 2 /* offset */, 0)),

WARNING: line length of 92 exceeds 80 columns
#143: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:66:
+	  __imm_insn(may_goto2, BPF_RAW_INSN(BPF_JMP | BPF_JCOND, 0, 0, 1 /* offset */, 0)),

WARNING: line length of 91 exceeds 80 columns
#144: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:67:
+	  __imm_insn(may_goto3, BPF_RAW_INSN(BPF_JMP | BPF_JCOND, 0, 0, 0 /* offset */, 0))

CHECK: Lines should not end with a '('
#162: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:85:
+	asm volatile (

WARNING: line length of 92 exceeds 80 columns
#169: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:92:
+	: __imm_insn(may_goto1, BPF_RAW_INSN(BPF_JMP | BPF_JCOND, 0, 0, 2 /* offset */, 0)),

WARNING: line length of 91 exceeds 80 columns
#170: FILE: tools/testing/selftests/bpf/progs/verifier_may_goto_1.c:93:
+	  __imm_insn(may_goto3, BPF_RAW_INSN(BPF_JMP | BPF_JCOND, 0, 0, 0 /* offset */, 0))

total: 0 errors, 8 warnings, 4 checks, 141 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 ea86353be6e0 ("selftests/bpf: Add some tests related to 'may_goto 0' insns") 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, 8 warnings, 4 checks, 141 lines checked