Replace copy paste from csum.py with a real test purpose. Signed-off-by: Petr Vorel --- Changes v1->v2 (both asked by Jakub): * Sent to netdev * Remove Fixes tag Link to v1: https://lore.kernel.org/linux-kselftest/20260702212248.358977-2-pvorel@suse.cz/ tools/testing/selftests/drivers/net/hw/tso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/drivers/net/hw/tso.py b/tools/testing/selftests/drivers/net/hw/tso.py index 802bb4868046..67f6c9ca9a64 100755 --- a/tools/testing/selftests/drivers/net/hw/tso.py +++ b/tools/testing/selftests/drivers/net/hw/tso.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0 -"""Run the tools/testing/selftests/net/csum testsuite.""" +"""A simple test for TSO.""" import fcntl import socket -- 2.55.0