linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bpf: fix spelling mistake: "proccessed" -> "processed"
@ 2017-02-23  0:20 Colin King
  2017-02-23 15:54 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-02-23  0:20 UTC (permalink / raw)
  To: Alexei Starovoitov, netdev; +Cc: linux-kernel

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

trivial fix to spelling mistake in verbose log message

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

diff --git a/kernel/bpf/verifier.c b/kernel/bpf/verifier.c
index d2bded2..3fc6e39 100644
--- a/kernel/bpf/verifier.c
+++ b/kernel/bpf/verifier.c
@@ -2776,7 +2776,7 @@ static int do_check(struct bpf_verifier_env *env)
 		class = BPF_CLASS(insn->code);
 
 		if (++insn_processed > BPF_COMPLEXITY_LIMIT_INSNS) {
-			verbose("BPF program is too large. Proccessed %d insn\n",
+			verbose("BPF program is too large. Processed %d insn\n",
 				insn_processed);
 			return -E2BIG;
 		}
-- 
2.10.2

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

* Re: [PATCH] bpf: fix spelling mistake: "proccessed" -> "processed"
  2017-02-23  0:20 [PATCH] bpf: fix spelling mistake: "proccessed" -> "processed" Colin King
@ 2017-02-23 15:54 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-02-23 15:54 UTC (permalink / raw)
  To: colin.king; +Cc: ast, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Thu, 23 Feb 2017 00:20:53 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in verbose log message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

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

end of thread, other threads:[~2017-02-23 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-23  0:20 [PATCH] bpf: fix spelling mistake: "proccessed" -> "processed" Colin King
2017-02-23 15:54 ` David Miller

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