diff mbox

[net,v2] bpf: fix trivial comment typo

Message ID 563A9E50.9020105@gmail.com
State Changes Requested, archived
Delegated to: David Miller
Headers show

Commit Message

Matthew Fernandez Nov. 5, 2015, 12:09 a.m. UTC
bpf: fix trivial comment typo

Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller Nov. 5, 2015, 5:32 a.m. UTC | #1
From: Matthew Fernandez <matthew.fernandez@gmail.com>
Date: Thu, 5 Nov 2015 11:09:52 +1100

> bpf: fix trivial comment typo
> 
> Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>

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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Matthew Fernandez Nov. 9, 2015, 10:45 a.m. UTC | #2
On 05/11/15 16:32, David Miller wrote:
> From: Matthew Fernandez <matthew.fernandez@gmail.com>
> Date: Thu, 5 Nov 2015 11:09:52 +1100
>
>> bpf: fix trivial comment typo
>>
>> Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>
>
> 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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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;