From: Stephen Hemminger Date: Sat, 14 Feb 2015 18:47:54 +0000 (-0500) Subject: net: spelling fixes X-Git-Tag: fixes-v4.0-rc1~68^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca9f1fd263e14765a4c213e46940876ad78fce28;p=pandora-kernel.git net: spelling fixes Spelling errors caught by codespell. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/net/core/filter.c b/net/core/filter.c index ec9baea10c16..f6bdc2b1ba01 100644 --- a/net/core/filter.c +++ b/net/core/filter.c @@ -531,7 +531,7 @@ do_pass: *insn = BPF_LDX_MEM(BPF_W, BPF_REG_A, BPF_REG_CTX, fp->k); break; - /* Unkown instruction. */ + /* Unknown instruction. */ default: goto err; } Reading git-diff-tree failed