netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trivial: net: filter: Fix typo in comment
@ 2014-06-24 13:33 Tobias Klauser
  2014-06-24 13:33 ` [PATCH] trivial: net: filter: Change kerneldoc parameter order Tobias Klauser
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Tobias Klauser @ 2014-06-24 13:33 UTC (permalink / raw)
  To: David S. Miller, Daniel Borkmann, Alexei Starovoitov; +Cc: netdev

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 net/core/filter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/filter.c b/net/core/filter.c
index 735fad8..243fb5d 100644
--- 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 kepping orig_prog in fp_new along,
+		/* As we're keeping orig_prog in fp_new along,
 		 * we need to make sure we're not evicting it
 		 * from the old fp.
 		 */
-- 
1.7.9.5

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

end of thread, other threads:[~2014-06-25 23:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 13:33 [PATCH] trivial: net: filter: Fix typo in comment Tobias Klauser
2014-06-24 13:33 ` [PATCH] trivial: net: filter: Change kerneldoc parameter order Tobias Klauser
2014-06-24 13:42   ` Daniel Borkmann
2014-06-24 15:02   ` Alexei Starovoitov
2014-06-25 23:39   ` David Miller
2014-06-24 13:33 ` [PATCH] net: filter: Use kcalloc/kmalloc_array to allocate arrays Tobias Klauser
2014-06-24 13:47   ` Daniel Borkmann
2014-06-24 15:03   ` Alexei Starovoitov
2014-06-25 23:40   ` David Miller
2014-06-24 13:41 ` [PATCH] trivial: net: filter: Fix typo in comment Daniel Borkmann
2014-06-24 15:01 ` Alexei Starovoitov
2014-06-25 23:39 ` 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).