diff mbox series

[net-next,1/1] selftests: forwarding: fix missing backslash

Message ID 20220518151630.2747773-1-troglobit@gmail.com (mailing list archive)
State Accepted
Commit 090f9dd092c6c2e9e4b9d0472b8d8628e4b851cb
Delegated to: Netdev Maintainers
Headers show
Series [net-next,1/1] selftests: forwarding: fix missing backslash | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix success Link
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers warning 6 maintainers not CCed: linux-kselftest@vger.kernel.org davem@davemloft.net pabeni@redhat.com edumazet@google.com shuah@kernel.org idosch@nvidia.com
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Joachim Wiberg May 18, 2022, 3:16 p.m. UTC
Fix missing backslash, introduced in f62c5acc800ee.  Causes all tests to
not be installed.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
 tools/testing/selftests/net/forwarding/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Hangbin Liu May 19, 2022, 1:47 a.m. UTC | #1
On Wed, May 18, 2022 at 05:16:30PM +0200, Joachim Wiberg wrote:
> Fix missing backslash, introduced in f62c5acc800ee.  Causes all tests to
> not be installed.
> 
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
> ---
>  tools/testing/selftests/net/forwarding/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/net/forwarding/Makefile b/tools/testing/selftests/net/forwarding/Makefile
> index b5181b5a8e29..8f481218a492 100644
> --- a/tools/testing/selftests/net/forwarding/Makefile
> +++ b/tools/testing/selftests/net/forwarding/Makefile
> @@ -88,7 +88,7 @@ TEST_PROGS = bridge_igmp.sh \
>  	vxlan_bridge_1d_port_8472.sh \
>  	vxlan_bridge_1d.sh \
>  	vxlan_bridge_1q_ipv6.sh \
> -	vxlan_bridge_1q_port_8472_ipv6.sh
> +	vxlan_bridge_1q_port_8472_ipv6.sh \
>  	vxlan_bridge_1q_port_8472.sh \
>  	vxlan_bridge_1q.sh \
>  	vxlan_symmetric_ipv6.sh \
> -- 
> 2.25.1
> 

Opps, sorry for the mistake and thanks for your fix.

Acked-by: Hangbin Liu <liuhangbin@gmail.com>
patchwork-bot+netdevbpf@kernel.org May 19, 2022, 4:40 a.m. UTC | #2
Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 18 May 2022 17:16:30 +0200 you wrote:
> Fix missing backslash, introduced in f62c5acc800ee.  Causes all tests to
> not be installed.
> 
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
> ---
>  tools/testing/selftests/net/forwarding/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next,1/1] selftests: forwarding: fix missing backslash
    https://git.kernel.org/netdev/net/c/090f9dd092c6

You are awesome, thank you!
diff mbox series

Patch

diff --git a/tools/testing/selftests/net/forwarding/Makefile b/tools/testing/selftests/net/forwarding/Makefile
index b5181b5a8e29..8f481218a492 100644
--- a/tools/testing/selftests/net/forwarding/Makefile
+++ b/tools/testing/selftests/net/forwarding/Makefile
@@ -88,7 +88,7 @@  TEST_PROGS = bridge_igmp.sh \
 	vxlan_bridge_1d_port_8472.sh \
 	vxlan_bridge_1d.sh \
 	vxlan_bridge_1q_ipv6.sh \
-	vxlan_bridge_1q_port_8472_ipv6.sh
+	vxlan_bridge_1q_port_8472_ipv6.sh \
 	vxlan_bridge_1q_port_8472.sh \
 	vxlan_bridge_1q.sh \
 	vxlan_symmetric_ipv6.sh \