WARNING: line length of 97 exceeds 80 columns #74: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:69: + struct test_global_percpu_data__data__percpu init_value, *init_data, *data, *percpu_data; WARNING: Missing a blank line after declarations #81: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:76: + bool *online; + LIBBPF_OPTS(bpf_test_run_opts, topts, WARNING: line length of 81 exceeds 80 columns #109: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:104: + ASSERT_EQ(skel->data__percpu->nums[6], 0, "skel->data__percpu->nums[6]"); WARNING: line length of 85 exceeds 80 columns #112: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:107: + ASSERT_EQ(skel->data__percpu->struct_data.nums[6], 0, "struct_data.nums[6]"); WARNING: line length of 87 exceeds 80 columns #115: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:110: + if (!ASSERT_EQ(bpf_map__type(map), BPF_MAP_TYPE_PERCPU_ARRAY, "bpf_map__type")) WARNING: line length of 90 exceeds 80 columns #117: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:112: + if (!ASSERT_TRUE(bpf_map__is_internal_percpu(map), "bpf_map__is_internal_percpu")) CHECK: No space is necessary after a cast #140: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:135: + ASSERT_EQ((void *) init_data, (void *) skel->data__percpu, WARNING: line length of 84 exceeds 80 columns #196: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:191: + ASSERT_EQ(data->struct_data.nums[6], 0xc0de, "struct_data.nums[6]"); WARNING: Missing a blank line after declarations #213: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:208: + bool *online; + LIBBPF_OPTS(bpf_test_run_opts, topts, WARNING: line length of 84 exceeds 80 columns #278: FILE: tools/testing/selftests/bpf/prog_tests/global_data_init.c:273: + ASSERT_EQ(data->struct_data.nums[6], 0xc0de, "struct_data.nums[6]"); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #288: new file mode 100644 total: 0 errors, 10 warnings, 1 checks, 272 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 65814333a47c ("selftests/bpf: Add cases to test global percpu data") 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, 10 warnings, 1 checks, 272 lines checked