projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66bd2ec
)
selftests/bpf: test_progs: drop extra trailing tab
author
Stanislav Fomichev
<sdf@google.com>
Tue, 6 Aug 2019 17:45:29 +0000
(10:45 -0700)
committer
Alexei Starovoitov
<ast@kernel.org>
Wed, 7 Aug 2019 00:17:52 +0000
(17:17 -0700)
Small (un)related cleanup.
Cc: Andrii Nakryiko <andriin@fb.com>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/test_progs.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/test_progs.c
b/tools/testing/selftests/bpf/test_progs.c
index 6c11c796ea1f06894dcfd690f9ef38aec54cd66d..12895d03d58b0d5f7e0f0e40d95e85577dab2840 100644
(file)
--- a/
tools/testing/selftests/bpf/test_progs.c
+++ b/
tools/testing/selftests/bpf/test_progs.c
@@
-278,7
+278,7
@@
enum ARG_KEYS {
ARG_VERIFIER_STATS = 's',
ARG_VERBOSE = 'v',
};
-
+
static const struct argp_option opts[] = {
{ "num", ARG_TEST_NUM, "NUM", 0,
"Run test number NUM only " },