CHECK: Lines should not end with a '(' #138: FILE: tools/testing/selftests/bpf/progs/iters.c:1671: + asm volatile ( WARNING: quoted string split across lines #153: FILE: tools/testing/selftests/bpf/progs/iters.c:1686: + "loop_%=:" + "call noop;" WARNING: quoted string split across lines #162: FILE: tools/testing/selftests/bpf/progs/iters.c:1695: + "loop_end_%=:" + "r1 = r10;" WARNING: quoted string split across lines #168: FILE: tools/testing/selftests/bpf/progs/iters.c:1701: + "use_r6_%=:" + "r0 = r10;" WARNING: quoted string split across lines #174: FILE: tools/testing/selftests/bpf/progs/iters.c:1707: + "change_r6_%=:" + "r6 = -31;" CHECK: Lines should not end with a '(' #188: FILE: tools/testing/selftests/bpf/progs/iters.c:1721: + asm volatile ( CHECK: Lines should not end with a '(' #220: FILE: tools/testing/selftests/bpf/progs/iters.c:1753: + asm volatile ( WARNING: quoted string split across lines #237: FILE: tools/testing/selftests/bpf/progs/iters.c:1770: + "loop_%=:" + "r1 = r10;" WARNING: quoted string split across lines #245: FILE: tools/testing/selftests/bpf/progs/iters.c:1778: + "loop_end_%=:" + "r1 = r10;" WARNING: quoted string split across lines #251: FILE: tools/testing/selftests/bpf/progs/iters.c:1784: + "use_r6_%=:" + "r0 = r10;" WARNING: quoted string split across lines #257: FILE: tools/testing/selftests/bpf/progs/iters.c:1790: + "change_r6_%=:" + "r6 = -31;" WARNING: quoted string split across lines #259: FILE: tools/testing/selftests/bpf/progs/iters.c:1792: + "jump_into_loop_%=: " + "goto +0;" CHECK: Lines should not end with a '(' #281: FILE: tools/testing/selftests/bpf/progs/iters.c:1814: + asm volatile ( CHECK: Lines should not end with a '(' #332: FILE: tools/testing/selftests/bpf/progs/iters.c:1865: + asm volatile ( WARNING: quoted string split across lines #338: FILE: tools/testing/selftests/bpf/progs/iters.c:1871: + "loop_%=:" + "r1 = r7;" WARNING: quoted string split across lines #345: FILE: tools/testing/selftests/bpf/progs/iters.c:1878: + "loop_end_%=:" + "r0 = 0;" WARNING: quoted string split across lines #348: FILE: tools/testing/selftests/bpf/progs/iters.c:1881: + "use_r6_%=:" + "r0 = r10;" CHECK: Lines should not end with a '(' #373: FILE: tools/testing/selftests/bpf/progs/iters.c:1906: + asm volatile ( WARNING: quoted string split across lines #381: FILE: tools/testing/selftests/bpf/progs/iters.c:1914: + "loop_%=:" + "r1 = r6;" WARNING: quoted string split across lines #387: FILE: tools/testing/selftests/bpf/progs/iters.c:1920: + "change_r6_%=:" + "r6 = -31;" total: 0 errors, 14 warnings, 6 checks, 281 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 fc4ca5ec6962 ("selftests/bpf: tests with a loop state missing read/precision mark") 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, 14 warnings, 6 checks, 281 lines checked