Skip to content

Commit

Permalink
selftests: drv-net: add missing trailing backslash
Browse files Browse the repository at this point in the history
Commit b3ea416 ("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>
  • Loading branch information
Jakub Kicinski committed Oct 11, 2024
1 parent c4708bf commit ec35b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/drivers/net/Makefile
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ TEST_PROGS := \
ping.py \
queues.py \
stats.py \
shaper.py
shaper.py \
# end of TEST_PROGS

include ../../lib.mk

0 comments on commit ec35b0c

Please sign in to comment.