]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: drv-net: add missing trailing backslash
authorJakub Kicinski <kuba@kernel.org>
Thu, 10 Oct 2024 21:18:57 +0000 (14:18 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Oct 2024 22:53:40 +0000 (15:53 -0700)
Commit b3ea416419c8 ("testing: net-drv: add basic shaper test")
removed the trailing backslash from the last entry. We have
a terminating comment here to avoid having to modify the last
line when adding at the end.

Reviewed-by: Joe Damato <jdamato@fastly.com>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20241010211857.2193076-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/Makefile

index 25aec5c081dfbef02001554827a62c434dc5b406..0fec8f9801ad4d94d99ab6d0acaea6e2e7b2894d 100644 (file)
@@ -9,7 +9,7 @@ TEST_PROGS := \
        ping.py \
        queues.py \
        stats.py \
-       shaper.py
+       shaper.py \
 # end of TEST_PROGS
 
 include ../../lib.mk