From: Jakub Kicinski Date: Thu, 10 Oct 2024 21:18:57 +0000 (-0700) Subject: selftests: drv-net: add missing trailing backslash X-Git-Tag: v6.13-rc1~135^2~345 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec35b0c53cc7398143315d42342a9798094dada7;p=thirdparty%2Flinux.git selftests: drv-net: add missing trailing backslash 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 Reviewed-by: Donald Hunter Link: https://patch.msgid.link/20241010211857.2193076-1-kuba@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/tools/testing/selftests/drivers/net/Makefile b/tools/testing/selftests/drivers/net/Makefile index 25aec5c081dfb..0fec8f9801ad4 100644 --- a/tools/testing/selftests/drivers/net/Makefile +++ b/tools/testing/selftests/drivers/net/Makefile @@ -9,7 +9,7 @@ TEST_PROGS := \ ping.py \ queues.py \ stats.py \ - shaper.py + shaper.py \ # end of TEST_PROGS include ../../lib.mk