WARNING: line length of 83 exceeds 80 columns #51: FILE: tools/testing/selftests/bpf/bpf_experimental.h:27: +extern __must_check void *bpf_obj_new_impl(__u64 local_type_id, void *meta) __ksym; CHECK: extern prototypes should be avoided in .h files #51: FILE: tools/testing/selftests/bpf/bpf_experimental.h:27: +extern __must_check void *bpf_obj_new_impl(__u64 local_type_id, void *meta) __ksym; WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #89: FILE: tools/testing/selftests/bpf/progs/linked_list_fail.c:239: + f = bpf_obj_new(union { int data; unsigned udata; }); total: 0 errors, 2 warnings, 1 checks, 66 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 359d29bdc7c3 ("selftests/bpf: Annotate bpf_obj_new_impl() with __must_check") 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, 2 warnings, 1 checks, 66 lines checked