CHECK: Lines should not end with a '(' #104: FILE: tools/testing/selftests/bpf/progs/iters.c:1671: + asm volatile ( WARNING: quoted string split across lines #119: FILE: tools/testing/selftests/bpf/progs/iters.c:1686: + "loop_%=:" + "r1 = r10;" WARNING: quoted string split across lines #127: FILE: tools/testing/selftests/bpf/progs/iters.c:1694: + "loop_end_%=:" + "r1 = r10;" WARNING: quoted string split across lines #133: FILE: tools/testing/selftests/bpf/progs/iters.c:1700: + "use_r6_%=:" + "r0 = r10;" WARNING: quoted string split across lines #139: FILE: tools/testing/selftests/bpf/progs/iters.c:1706: + "change_r6_%=:" + "r6 = -31;" CHECK: Lines should not end with a '(' #176: FILE: tools/testing/selftests/bpf/progs/iters.c:1743: + asm volatile ( WARNING: quoted string split across lines #193: FILE: tools/testing/selftests/bpf/progs/iters.c:1760: + "loop_%=:" + "r1 = r10;" WARNING: quoted string split across lines #201: FILE: tools/testing/selftests/bpf/progs/iters.c:1768: + "loop_end_%=:" + "r1 = r10;" WARNING: quoted string split across lines #207: FILE: tools/testing/selftests/bpf/progs/iters.c:1774: + "use_r6_%=:" + "r0 = r10;" WARNING: quoted string split across lines #213: FILE: tools/testing/selftests/bpf/progs/iters.c:1780: + "change_r6_%=:" + "r6 = -31;" WARNING: quoted string split across lines #215: FILE: tools/testing/selftests/bpf/progs/iters.c:1782: + "jump_into_loop_%=: " + "goto +0;" total: 0 errors, 9 warnings, 2 checks, 145 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 c378206eeb84 ("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, 9 warnings, 2 checks, 145 lines checked