All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] selftests: drv-net: Fix csum path in doc
@ 2026-07-02 21:22 Petr Vorel
  2026-07-02 21:22 ` [PATCH 2/2] selftests: drv-net: Fix TSO test doc Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2026-07-02 21:22 UTC (permalink / raw)
  To: linux-kselftest; +Cc: Petr Vorel, Jakub Kicinski, Willem de Bruijn, Petr Vorel

From: Petr Vorel <petr.vorel@gmail.com>

C source was moved in 1d0dc857b5d87.

Fixes: 1d0dc857b5d87 ("selftests: drv-net: add checksum tests")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Trivial doc fix - feel free to remove Fixes: tag before merge.

 tools/testing/selftests/drivers/net/hw/csum.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/drivers/net/hw/csum.py b/tools/testing/selftests/drivers/net/hw/csum.py
index 3e3a89a34afe7..0e99198f8d399 100755
--- a/tools/testing/selftests/drivers/net/hw/csum.py
+++ b/tools/testing/selftests/drivers/net/hw/csum.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 
-"""Run the tools/testing/selftests/net/csum testsuite."""
+"""Run the tools/testing/selftests/net/lib/csum testsuite."""
 
 from os import path
 
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-20 19:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02 21:22 [PATCH 1/2] selftests: drv-net: Fix csum path in doc Petr Vorel
2026-07-02 21:22 ` [PATCH 2/2] selftests: drv-net: Fix TSO test doc Petr Vorel
2026-07-20 19:51   ` Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.