CHECK: Lines should not end with a '(' #36: FILE: tools/testing/selftests/bpf/progs/iters.c:2007: + asm volatile( WARNING: line length of 91 exceeds 80 columns #37: FILE: tools/testing/selftests/bpf/progs/iters.c:2008: + "*(u8 *)(r10 - 15) = 1;" /* This marks stack slot fp[-16] as STACK_MISC. */ WARNING: quoted string split across lines #52: FILE: tools/testing/selftests/bpf/progs/iters.c:2023: + "loop_%=:" + "r1 = r10;" WARNING: quoted string split across lines #83: FILE: tools/testing/selftests/bpf/progs/iters.c:2054: + "loop_end_%=:" + "r1 = r10;" total: 0 errors, 3 warnings, 1 checks, 71 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 9801b520ab1e ("selftests/bpf: iterator based loop and STACK_MISC states pruning") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 3 warnings, 1 checks, 71 lines checked