2015-11-05 00:10:59

by Matthew Fernandez

[permalink] [raw]
Subject: [PATCH net v2] bpf: fix trivial comment typo

bpf: fix trivial comment typo

Signed-off-by: Matthew Fernandez <[email protected]>

diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c
index 334b1bd..0bd41f5 100644
--- a/kernel/bpf/core.c
+++ b/kernel/bpf/core.c
@@ -462,7 +462,7 @@ select_insn:

/* ARG1 at this point is guaranteed to point to CTX from
* the verifier side due to the fact that the tail call is
- * handeled like a helper, that is, bpf_tail_call_proto,
+ * handled like a helper, that is, bpf_tail_call_proto,
* where arg1_type is ARG_PTR_TO_CTX.
*/
insn = prog->insnsi;


2015-11-05 05:32:15

by David Miller

[permalink] [raw]
Subject: Re: [PATCH net v2] bpf: fix trivial comment typo

From: Matthew Fernandez <[email protected]>
Date: Thu, 5 Nov 2015 11:09:52 +1100

> bpf: fix trivial comment typo
>
> Signed-off-by: Matthew Fernandez <[email protected]>

This does not apply. It looks like your email client has
corrupted the patch.

2015-11-09 10:46:11

by Matthew Fernandez

[permalink] [raw]
Subject: Re: [PATCH net v2] bpf: fix trivial comment typo

On 05/11/15 16:32, David Miller wrote:
> From: Matthew Fernandez <[email protected]>
> Date: Thu, 5 Nov 2015 11:09:52 +1100
>
>> bpf: fix trivial comment typo
>>
>> Signed-off-by: Matthew Fernandez <[email protected]>
>
> This does not apply. It looks like your email client has
> corrupted the patch.

Well I managed to foul that up nicely, didn't I? I don't know which tree you'd prefer this to go into, so I'll wait
until net-next reopens to resubmit a corrected version. I'll try to be more thorough and avoid embarrassing myself and
wasting your time for the third time running. Thanks for your patience.