WARNING: line length of 81 exceeds 80 columns #68: FILE: tools/testing/selftests/bpf/prog_tests/task_local_storage.c:480: + bpf_map__key_size(map), bpf_map__value_size(map), WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #99: new file mode 100644 ERROR: do not initialise statics to 0 #140: FILE: tools/testing/selftests/bpf/test_progs.h:394: + static int duration = 0; \ CHECK: spaces preferred around that '*' (ctx:WxV) #177: FILE: tools/testing/selftests/bpf/uptr_test_common.h:49: + struct large_data __uptr *udata; ^ CHECK: spaces preferred around that '*' (ctx:WxV) #184: FILE: tools/testing/selftests/bpf/uptr_test_common.h:56: + struct empty_data __uptr *udata; ^ CHECK: spaces preferred around that '*' (ctx:WxV) #188: FILE: tools/testing/selftests/bpf/uptr_test_common.h:60: + struct cgroup __uptr *cgrp; ^ total: 1 errors, 2 warnings, 3 checks, 146 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 40879ae66207 ("selftests/bpf: Create task_local_storage map with invalid uptr's struct") 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.