========== checkpatch - FAILED ERROR: inline keyword should sit between storage class and type #29: FILE: net/bpf/test_run.c:572: +int noinline bpf_fentry_test10(const void *a) CHECK: spaces preferred around that '/' (ctx:VxV) #55: FILE: tools/testing/selftests/bpf/progs/verifier_btf_ctx_access.c:68: +SEC("fentry/bpf_fentry_test10") ^ WARNING: Avoid unnecessary line continuations #60: FILE: tools/testing/selftests/bpf/progs/verifier_btf_ctx_access.c:73: + asm volatile (" \ WARNING: Avoid line continuations in quoted strings #60: FILE: tools/testing/selftests/bpf/progs/verifier_btf_ctx_access.c:73: + asm volatile (" \ WARNING: line length of 91 exceeds 80 columns #61: FILE: tools/testing/selftests/bpf/progs/verifier_btf_ctx_access.c:74: + r2 = *(u64 *)(r1 + 0); /* load 1st argument value (const void pointer) */\ total: 1 errors, 3 warnings, 1 checks, 36 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 3af6460de6ca ("selftests/bpf: Add test to access const void pointer argument in tracing program") 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.