selftests/net: toeplitz: fix udp option
authorWillem de Bruijn <willemb@google.com>
Sat, 11 Dec 2021 19:30:31 +0000 (14:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Dec 2021 08:32:41 +0000 (09:32 +0100)
commit4985d3b53c4de1a343b3994be27bad631f23b9c1
treec6274c8161d0b86d55bf6906f66e56356af9e451
parent491c1253441e2fdc8f6a6f4976e3f13440419b7a
selftests/net: toeplitz: fix udp option

[ 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>
tools/testing/selftests/net/toeplitz.c