mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-24 14:54:49 +08:00
selftests: Remove exraneous newline in nettest
Signed-off-by: David Ahern <dsahern@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
8a909735fa
commit
f26a008c45
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user