[PATCH] netfilter: Fix typo in nf_queue.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

LaF0rge pointed me to libnetfilter_queue earlier this week and today I
started to read the kernel code of it. I stumbled across a small typo in
the code. I'm sorry that I take your attention away from a real issue for
this but maybe it is still worth applying.

regards
	holger



From e2046abf4c9d09dff4e2e45135b1feac4086f2b7 Mon Sep 17 00:00:00 2001
From: Holger Hans Peter Freyther <zecke@xxxxxxxxxxx>
Date: Sat, 26 Dec 2009 04:10:41 +0100
Subject: [PATCH] netfilter: Fix typo in nf_queue.c

Signed-of-by: Holger Hans Peter Freyther <zecke@xxxxxxxxxxx>
---
 net/netfilter/nf_queue.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/netfilter/nf_queue.c b/net/netfilter/nf_queue.c
index 3a6fd77..b3f76f9 100644
--- a/net/netfilter/nf_queue.c
+++ b/net/netfilter/nf_queue.c
@@ -239,7 +239,7 @@ void nf_reinject(struct nf_queue_entry *entry, unsigned int verdict)
 
 	nf_queue_entry_release_refs(entry);
 
-	/* Continue traversal iff userspace said ok... */
+	/* Continue traversal if userspace said ok... */
 	if (verdict == NF_REPEAT) {
 		elem = elem->prev;
 		verdict = NF_ACCEPT;
-- 
1.6.3.3


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux