We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2cc4e commit f0a4f9fCopy full SHA for f0a4f9f
tools/testing/selftests/bpf/test_progs.c
@@ -473,11 +473,11 @@ static struct prog_test_def prog_test_defs[] = {
473
#include <prog_tests/tests.h>
474
#undef DEFINE_TEST
475
};
476
-const int prog_test_cnt = ARRAY_SIZE(prog_test_defs);
+static const int prog_test_cnt = ARRAY_SIZE(prog_test_defs);
477
478
const char *argp_program_version = "test_progs 0.1";
479
const char *argp_program_bug_address = "<[email protected]>";
480
-const char argp_program_doc[] = "BPF selftests test runner";
+static const char argp_program_doc[] = "BPF selftests test runner";
481
482
enum ARG_KEYS {
483
ARG_TEST_NUM = 'n',
0 commit comments