netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next][V2] bpf: test_maps: fix typo "conenct" -> "connect"
@ 2017-08-30 11:47 Colin King
  2017-08-30 13:46 ` Daniel Borkmann
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2017-08-30 11:47 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Shuah Khan, netdev,
	linux-kselftest
  Cc: linux-kernel

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

Trivial fix to typo in printf error message

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

diff --git a/tools/testing/selftests/bpf/test_maps.c b/tools/testing/selftests/bpf/test_maps.c
index 7059bb315a10..8fdaf2e21c8a 100644
--- a/tools/testing/selftests/bpf/test_maps.c
+++ b/tools/testing/selftests/bpf/test_maps.c
@@ -525,7 +525,7 @@ static void test_sockmap(int tasks, void *data)
 		addr.sin_port = htons(ports[i - 2]);
 		err = connect(sfd[i], (struct sockaddr *)&addr, sizeof(addr));
 		if (err) {
-			printf("failed to conenct\n");
+			printf("failed to connect\n");
 			goto out;
 		}
 	}
-- 
2.14.1

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

* Re: [PATCH][next][V2] bpf: test_maps: fix typo "conenct" -> "connect"
  2017-08-30 11:47 [PATCH][next][V2] bpf: test_maps: fix typo "conenct" -> "connect" Colin King
@ 2017-08-30 13:46 ` Daniel Borkmann
  2017-08-30 17:09   ` Colin Ian King
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Borkmann @ 2017-08-30 13:46 UTC (permalink / raw)
  To: Colin King, Alexei Starovoitov, Shuah Khan, netdev,
	linux-kselftest
  Cc: linux-kernel

On 08/30/2017 01:47 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to typo in printf error message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

For net-next; looks like there is also one in "failed to listeen\n".
Want to fix this one as well ? ;)

Acked-by: Daniel Borkmann <daniel@iogearbox.net>

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

* Re: [PATCH][next][V2] bpf: test_maps: fix typo "conenct" -> "connect"
  2017-08-30 13:46 ` Daniel Borkmann
@ 2017-08-30 17:09   ` Colin Ian King
  0 siblings, 0 replies; 3+ messages in thread
From: Colin Ian King @ 2017-08-30 17:09 UTC (permalink / raw)
  To: Daniel Borkmann, Alexei Starovoitov, Shuah Khan, netdev,
	linux-kselftest
  Cc: linux-kernel

On 30/08/17 14:46, Daniel Borkmann wrote:
> On 08/30/2017 01:47 PM, Colin King wrote:
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> Trivial fix to typo in printf error message
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> For net-next; looks like there is also one in "failed to listeen\n".
> Want to fix this one as well ? ;)

Ah, missed that one. Thanks.
> 
> Acked-by: Daniel Borkmann <daniel@iogearbox.net>

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

end of thread, other threads:[~2017-08-30 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-30 11:47 [PATCH][next][V2] bpf: test_maps: fix typo "conenct" -> "connect" Colin King
2017-08-30 13:46 ` Daniel Borkmann
2017-08-30 17:09   ` Colin Ian King

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