From: Matthew Fernandez <matthew.fernandez@gmail.com>
To: netdev@vger.kernel.org
Cc: trivial@kernel.org, ast@kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] bpf: fix trivial comment typo
Date: Mon, 2 Nov 2015 11:59:03 +1100 [thread overview]
Message-ID: <5636B557.1030804@gmail.com> (raw)
bpf: fix trivial comment typo
Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c
index 67c380c..996db5c 100644
--- a/kernel/bpf/core.c
+++ b/kernel/bpf/core.c
@@ -456,7 +456,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;
next reply other threads:[~2015-11-02 0:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-02 0:59 Matthew Fernandez [this message]
2015-11-02 21:31 ` [PATCH] bpf: fix trivial comment typo David Miller
2015-11-02 21:48 ` Matthew Fernandez
2015-11-03 9:48 ` Daniel Borkmann
2015-11-05 0:05 ` Matthew Fernandez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5636B557.1030804@gmail.com \
--to=matthew.fernandez@gmail.com \
--cc=ast@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).