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:
b19b463
)
bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"
author
Colin Ian King
<
[email protected]
>
Mon, 13 Aug 2018 14:00:32 +0000
(15:00 +0100)
committer
David S. Miller
<
[email protected]
>
Tue, 14 Aug 2018 17:43:27 +0000
(10:43 -0700)
Trivial fix to spelling mistake in error message
Signed-off-by: Colin Ian King <
[email protected]
>
Acked-by: Alexei Starovoitov <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
tools/testing/selftests/bpf/test_maps.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/test_maps.c
b/tools/testing/selftests/bpf/test_maps.c
index 4b7c74f5faa7cb82c6604689f6469f2b71f53f75..6f54f84144a00940a54484ec870be6ed1104f314 100644
(file)
--- a/
tools/testing/selftests/bpf/test_maps.c
+++ b/
tools/testing/selftests/bpf/test_maps.c
@@
-1191,7
+1191,7
@@
static void prepare_reuseport_grp(int type, int map_fd,
err = setsockopt(fd64, SOL_SOCKET, SO_REUSEPORT,
&optval, sizeof(optval));
- CHECK(err == -1, "setsockopt(SO_REUSE
E
PORT)",
+ CHECK(err == -1, "setsockopt(SO_REUSEPORT)",
"err:%d errno:%d\n", err, errno);
/* reuseport_array does not allow unbound sk */