Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/net: so_txtime: usage(): fix documentation of default clock

The program uses CLOCK_TAI as default clock since it was added to the
Linux repo. In commit:
| 040806343bb4 ("selftests/net: so_txtime multi-host support")
a help text stating the wrong default clock was added.

This patch fixes the help text.

Fixes: 040806343bb4 ("selftests/net: so_txtime multi-host support")
Cc: Carlos Llamas <cmllamas@google.com>
Cc: Willem de Bruijn <willemb@google.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20220502094638.1921702-3-mkl@pengutronix.de
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Marc Kleine-Budde and committed by
Paolo Abeni
f5c2174a 97926d5a

+1 -1
+1 -1
tools/testing/selftests/net/so_txtime.c
··· 421 421 "Options:\n" 422 422 " -4 only IPv4\n" 423 423 " -6 only IPv6\n" 424 - " -c <clock> monotonic (default) or tai\n" 424 + " -c <clock> monotonic or tai (default)\n" 425 425 " -D <addr> destination IP address (server)\n" 426 426 " -S <addr> source IP address (client)\n" 427 427 " -r run rx mode\n"