OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a90973
)
selftests: Remove exraneous newline in nettest
author
David Ahern
<dsahern@kernel.org>
Thu, 14 Jan 2021 03:09:48 +0000
(20:09 -0700)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 15 Jan 2021 00:26:50 +0000
(16:26 -0800)
Signed-off-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/nettest.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/net/nettest.c
b/tools/testing/selftests/net/nettest.c
index
1707af2
..
55c586e
100644
(file)
--- a/
tools/testing/selftests/net/nettest.c
+++ b/
tools/testing/selftests/net/nettest.c
@@
-1462,7
+1462,6
@@
static int do_server(struct sock_args *args, int ipc_fd)
ipc_write(ipc_fd, 1);
while (1) {
- log_msg("\n");
log_msg("waiting for client connection.\n");
FD_ZERO(&rfds);
FD_SET(lsd, &rfds);