projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b911132
)
trivial: net: filter: Fix typo in comment
author
Tobias Klauser
<tklauser@distanz.ch>
Tue, 24 Jun 2014 13:33:20 +0000
(15:33 +0200)
committer
David S. Miller
<davem@davemloft.net>
Wed, 25 Jun 2014 23:38:54 +0000
(16:38 -0700)
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/filter.c
patch
|
blob
|
history
diff --git
a/net/core/filter.c
b/net/core/filter.c
index a44e12cdde4c1ab1e28339cfb8c43a95905321cd..ff9235e10b1955b839c1d47cbe6c83fae93d9c35 100644
(file)
--- a/
net/core/filter.c
+++ b/
net/core/filter.c
@@
-1382,7
+1382,7
@@
static struct sk_filter *__sk_migrate_realloc(struct sk_filter *fp,
fp_new = sock_kmalloc(sk, len, GFP_KERNEL);
if (fp_new) {
*fp_new = *fp;
- /* As we're ke
p
ping orig_prog in fp_new along,
+ /* As we're ke
e
ping orig_prog in fp_new along,
* we need to make sure we're not evicting it
* from the old fp.
*/