]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
selftests/net: so_txtime: usage(): fix documentation of default clock
authorMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 2 May 2022 09:46:38 +0000 (11:46 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 22 Jun 2022 12:23:19 +0000 (14:23 +0200)
commitba2b8ed77cadac61c729c6b3cd9dde2753f096aa
tree73cd902d72819af07c66064aa743ac5a419447b9
parent51337d5b8947ab941af2f4eed8a0db3d6386c074
selftests/net: so_txtime: usage(): fix documentation of default clock

BugLink: https://bugs.launchpad.net/bugs/1978240
commit f5c2174a3775491e890ce285df52f5715fbef875 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
tools/testing/selftests/net/so_txtime.c