========== checkpatch - FAILED ERROR: code indent should use tabs where possible #26: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:150: + int foo[MAX_ENTRIES];$ WARNING: please, no spaces at the start of a line #26: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:150: + int foo[MAX_ENTRIES];$ ERROR: code indent should use tabs where possible #30: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:154: + __uint(type, BPF_MAP_TYPE_HASH);$ WARNING: please, no spaces at the start of a line #30: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:154: + __uint(type, BPF_MAP_TYPE_HASH);$ ERROR: code indent should use tabs where possible #31: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:155: + __uint(max_entries, 1);$ WARNING: please, no spaces at the start of a line #31: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:155: + __uint(max_entries, 1);$ ERROR: code indent should use tabs where possible #32: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:156: + __type(key, long long);$ WARNING: please, no spaces at the start of a line #32: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:156: + __type(key, long long);$ ERROR: code indent should use tabs where possible #33: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:157: + __type(value, struct test_val);$ WARNING: please, no spaces at the start of a line #33: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:157: + __type(value, struct test_val);$ CHECK: Lines should not end with a '(' #41: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:165: + asm volatile ( WARNING: quoted string split across lines #58: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:182: +"l0_%=:" + "r0 = 0;" CHECK: Lines should not end with a '(' #72: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:196: + asm volatile ( WARNING: quoted string split across lines #89: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:213: +"l0_%=:" + "r0 = 0;" CHECK: Lines should not end with a '(' #103: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:227: + asm volatile ( WARNING: quoted string split across lines #120: FILE: tools/testing/selftests/bpf/progs/verifier_ldsx.c:244: +"l0_%=:" + "r0 = 0;" total: 5 errors, 8 warnings, 3 checks, 112 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 3efd7867054b ("selftests/bpf: Add ldsx selftests for ldsx and subreg compare") 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.