linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: net: forwarding: Fix a typo
@ 2021-03-18 23:29 Bhaskar Chowdhury
  2021-03-20  2:17 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-18 23:29 UTC (permalink / raw)
  To: davem, kuba, shuah, unixbhaskar, netdev, linux-kselftest, linux-kernel
  Cc: rdunlap

s/verfied/verified/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 tools/testing/selftests/net/forwarding/fib_offload_lib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/net/forwarding/fib_offload_lib.sh b/tools/testing/selftests/net/forwarding/fib_offload_lib.sh
index 66496659bea7..e134a5f529c9 100644
--- a/tools/testing/selftests/net/forwarding/fib_offload_lib.sh
+++ b/tools/testing/selftests/net/forwarding/fib_offload_lib.sh
@@ -224,7 +224,7 @@ fib_ipv4_plen_test()
 	ip -n $ns link set dev dummy1 up

 	# Add two routes with the same key and different prefix length and
-	# make sure both are in hardware. It can be verfied that both are
+	# make sure both are in hardware. It can be verified that both are
 	# sharing the same leaf by checking the /proc/net/fib_trie
 	ip -n $ns route add 192.0.2.0/24 dev dummy1
 	ip -n $ns route add 192.0.2.0/25 dev dummy1
--
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests: net: forwarding: Fix a typo
  2021-03-18 23:29 [PATCH] selftests: net: forwarding: Fix a typo Bhaskar Chowdhury
@ 2021-03-20  2:17 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-20  2:17 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: davem, kuba, shuah, netdev, linux-kselftest, linux-kernel



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

> s/verfied/verified/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> tools/testing/selftests/net/forwarding/fib_offload_lib.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/net/forwarding/fib_offload_lib.sh b/tools/testing/selftests/net/forwarding/fib_offload_lib.sh
> index 66496659bea7..e134a5f529c9 100644
> --- a/tools/testing/selftests/net/forwarding/fib_offload_lib.sh
> +++ b/tools/testing/selftests/net/forwarding/fib_offload_lib.sh
> @@ -224,7 +224,7 @@ fib_ipv4_plen_test()
> 	ip -n $ns link set dev dummy1 up
>
> 	# Add two routes with the same key and different prefix length and
> -	# make sure both are in hardware. It can be verfied that both are
> +	# make sure both are in hardware. It can be verified that both are
> 	# sharing the same leaf by checking the /proc/net/fib_trie
> 	ip -n $ns route add 192.0.2.0/24 dev dummy1
> 	ip -n $ns route add 192.0.2.0/25 dev dummy1
> --
> 2.26.2
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-20  2:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 23:29 [PATCH] selftests: net: forwarding: Fix a typo Bhaskar Chowdhury
2021-03-20  2:17 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).