Re: [PATCH][net-next][V3] bpf: test_maps: fix typos, "conenct" and "listeen"
From: John Fastabend <john.fastabend@gmail.com>
Date: 2017-08-30 17:32:09
Also in:
lkml
From: John Fastabend <john.fastabend@gmail.com>
Date: 2017-08-30 17:32:09
Also in:
lkml
On 08/30/2017 10:15 AM, Colin King wrote:
From: Colin Ian King <redacted> Trivial fix to typos in printf error messages: "conenct" -> "connect" "listeen" -> "listen" thanks to Daniel Borkmann for spotting one of these mistakes Signed-off-by: Colin Ian King <redacted> ---
Thanks. Even though its a spelling typo best to add fixes tag
I think.
Fixes: 6f6d33f3b3d0 ("bpf: selftests add sockmap tests")
Acked-by: John Fastabend <john.fastabend@gmail.com>