CHECK: Lines should not end with a '(' #139: 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:1685: + "loop_%=:" + "call noop;" WARNING: quoted string split across lines #162: FILE: tools/testing/selftests/bpf/progs/iters.c:1694: + "loop_end_%=:" + "r1 = r10;" WARNING: quoted string split across lines #168: FILE: tools/testing/selftests/bpf/progs/iters.c:1700: + "use_r6_%=:" + "r0 = r10;" WARNING: quoted string split across lines #174: FILE: tools/testing/selftests/bpf/progs/iters.c:1706: + "change_r6_%=:" + "r6 = -31;" CHECK: Lines should not end with a '(' #188: FILE: tools/testing/selftests/bpf/progs/iters.c:1720: + asm volatile ( CHECK: Lines should not end with a '(' #220: FILE: tools/testing/selftests/bpf/progs/iters.c:1752: + asm volatile ( WARNING: quoted string split across lines #236: FILE: tools/testing/selftests/bpf/progs/iters.c:1768: + "loop_%=:" + "r1 = r10;" WARNING: quoted string split across lines #244: FILE: tools/testing/selftests/bpf/progs/iters.c:1776: + "loop_end_%=:" + "r1 = r10;" WARNING: quoted string split across lines #250: FILE: tools/testing/selftests/bpf/progs/iters.c:1782: + "use_r6_%=:" + "r0 = r10;" WARNING: quoted string split across lines #256: FILE: tools/testing/selftests/bpf/progs/iters.c:1788: + "change_r6_%=:" + "r6 = -31;" WARNING: quoted string split across lines #258: FILE: tools/testing/selftests/bpf/progs/iters.c:1790: + "jump_into_loop_%=: " + "goto +0;" CHECK: Lines should not end with a '(' #280: FILE: tools/testing/selftests/bpf/progs/iters.c:1812: + asm volatile ( CHECK: Lines should not end with a '(' #332: FILE: tools/testing/selftests/bpf/progs/iters.c:1864: + asm volatile ( WARNING: quoted string split across lines #338: FILE: tools/testing/selftests/bpf/progs/iters.c:1870: + "loop_%=:" + "r1 = r7;" WARNING: quoted string split across lines #345: FILE: tools/testing/selftests/bpf/progs/iters.c:1877: + "loop_end_%=:" + "r0 = 0;" WARNING: quoted string split across lines #348: FILE: tools/testing/selftests/bpf/progs/iters.c:1880: + "use_r6_%=:" + "r0 = r10;" CHECK: Lines should not end with a '(' #374: FILE: tools/testing/selftests/bpf/progs/iters.c:1906: + asm volatile ( WARNING: quoted string split across lines #382: FILE: tools/testing/selftests/bpf/progs/iters.c:1914: + "loop_%=:" + "r1 = r6;" WARNING: quoted string split across lines #388: 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 b5207624711d ("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