Replace copy paste from csum.py with a real test purpose.
Fixes: 0d0f4174f6c87 ("selftests: drv-net: add a simple TSO test")
Signed-off-by: Petr Vorel <[email protected]>
---
Trivial doc fix - feel free to remove Fixes: tag before merge.
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 802bb48680465..67f6c9ca9a647 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.53.0