diff mbox series

[net-next] selftests: drv-net: add missing trailing backslash

Message ID 20241010211857.2193076-1-kuba@kernel.org (mailing list archive)
State New
Delegated to: Netdev Maintainers
Headers show
Series [net-next] selftests: drv-net: add missing trailing backslash | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 5 this patch: 5
netdev/build_tools success Errors and warnings before: 0 (+0) this patch: 0 (+0)
netdev/cc_maintainers warning 2 maintainers not CCed: linux-kselftest@vger.kernel.org shuah@kernel.org
netdev/build_clang success Errors and warnings before: 4 this patch: 4
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest warning net-next-2024-10-11--00-00 (tests: 777)

Commit Message

Jakub Kicinski Oct. 10, 2024, 9:18 p.m. UTC
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.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
 tools/testing/selftests/drivers/net/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joe Damato Oct. 10, 2024, 10:31 p.m. UTC | #1
On Thu, Oct 10, 2024 at 02:18:57PM -0700, Jakub Kicinski wrote:
> 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.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
>  tools/testing/selftests/drivers/net/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/drivers/net/Makefile b/tools/testing/selftests/drivers/net/Makefile
> index 25aec5c081df..0fec8f9801ad 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
> -- 

Reviewed-by: Joe Damato <jdamato@fastly.com>
Donald Hunter Oct. 11, 2024, 10:43 a.m. UTC | #2
Jakub Kicinski <kuba@kernel.org> writes:

> 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.
>
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
diff mbox series

Patch

diff --git a/tools/testing/selftests/drivers/net/Makefile b/tools/testing/selftests/drivers/net/Makefile
index 25aec5c081df..0fec8f9801ad 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