]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
selftests/net: toeplitz: fix udp option
authorWillem de Bruijn <willemb@google.com>
Sat, 11 Dec 2021 19:30:31 +0000 (14:30 -0500)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 4 Jan 2022 08:49:25 +0000 (09:49 +0100)
commit79953f256dc44bb9ed8bfb9514589c8777919803
tree6a74331a3481865738e83ac4900979456b15c542
parentffd4aeaa13f860f043e7f4fa298b29950f636cda
selftests/net: toeplitz: fix udp option

BugLink: https://bugs.launchpad.net/bugs/1956302
[ Upstream commit a8d13611b4a7b1b20d17bf2b9a89a3efcabde56c ]

Tiny fix. Option -u ("use udp") does not take an argument.

It can cause the next argument to silently be ignored.

Fixes: 5ebfb4cc3048 ("selftests/net: toeplitz test")
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
tools/testing/selftests/net/toeplitz.c