mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02: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