aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/netfilter/nf_conntrack_reasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c
index 6fb890187de0..4dc8805154ee 100644
--- a/net/ipv6/netfilter/nf_conntrack_reasm.c
+++ b/net/ipv6/netfilter/nf_conntrack_reasm.c
@@ -201,7 +201,7 @@ static int nf_ct_frag6_queue(struct nf_ct_frag6_queue *fq, struct sk_buff *skb,
201 int offset, end; 201 int offset, end;
202 202
203 if (fq->q.last_in & INET_FRAG_COMPLETE) { 203 if (fq->q.last_in & INET_FRAG_COMPLETE) {
204 pr_debug("Allready completed\n"); 204 pr_debug("Already completed\n");
205 goto err; 205 goto err;
206 } 206 }
207 207