linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol"
@ 2019-08-05 10:52 Colin King
  2019-08-05 15:04 ` shuah
  2019-08-05 17:28 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-08-05 10:52 UTC (permalink / raw)
  To: David S . Miller, Shuah Khan, netdev, linux-kselftest
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an error messgae. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/testing/selftests/net/nettest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/net/nettest.c b/tools/testing/selftests/net/nettest.c
index 9278f8460d75..83515e5ea4dc 100644
--- a/tools/testing/selftests/net/nettest.c
+++ b/tools/testing/selftests/net/nettest.c
@@ -1627,7 +1627,7 @@ int main(int argc, char *argv[])
 				args.protocol = pe->p_proto;
 			} else {
 				if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) {
-					fprintf(stderr, "Invalid potocol\n");
+					fprintf(stderr, "Invalid protocol\n");
 					return 1;
 				}
 				args.protocol = tmp;
-- 
2.20.1


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

* Re: [PATCH]][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol"
  2019-08-05 10:52 [PATCH]][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol" Colin King
@ 2019-08-05 15:04 ` shuah
  2019-08-05 17:28 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: shuah @ 2019-08-05 15:04 UTC (permalink / raw)
  To: Colin King, David S . Miller, netdev, linux-kselftest
  Cc: kernel-janitors, linux-kernel, shuah

On 8/5/19 4:52 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in an error messgae. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   tools/testing/selftests/net/nettest.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/net/nettest.c b/tools/testing/selftests/net/nettest.c
> index 9278f8460d75..83515e5ea4dc 100644
> --- a/tools/testing/selftests/net/nettest.c
> +++ b/tools/testing/selftests/net/nettest.c
> @@ -1627,7 +1627,7 @@ int main(int argc, char *argv[])
>   				args.protocol = pe->p_proto;
>   			} else {
>   				if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) {
> -					fprintf(stderr, "Invalid potocol\n");
> +					fprintf(stderr, "Invalid protocol\n");
>   					return 1;
>   				}
>   				args.protocol = tmp;
> 

Assuming this will go through net tree

Acked-by: Shuah Khan <skhan@linuxfoundation.org>

thanks,
-- Shuah

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

* Re: [PATCH]][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol"
  2019-08-05 10:52 [PATCH]][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol" Colin King
  2019-08-05 15:04 ` shuah
@ 2019-08-05 17:28 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-08-05 17:28 UTC (permalink / raw)
  To: colin.king; +Cc: shuah, netdev, linux-kselftest, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Mon,  5 Aug 2019 11:52:11 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in an error messgae. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to net-next.

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

end of thread, other threads:[~2019-08-05 17:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-05 10:52 [PATCH]][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol" Colin King
2019-08-05 15:04 ` shuah
2019-08-05 17:28 ` David Miller

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).