]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/ip_fragment.c
net: return operator cleanup
[net-next-2.6.git] / net / ipv4 / ip_fragment.c
index f4dc879e258eafc5b09c0ead319c7a4d0e61d6a3..168440834adedd4935b05229b533c6dad9b16e81 100644 (file)
@@ -116,11 +116,11 @@ static int ip4_frag_match(struct inet_frag_queue *q, void *a)
        struct ip4_create_arg *arg = a;
 
        qp = container_of(q, struct ipq, q);
-       return (qp->id == arg->iph->id &&
+       return  qp->id == arg->iph->id &&
                        qp->saddr == arg->iph->saddr &&
                        qp->daddr == arg->iph->daddr &&
                        qp->protocol == arg->iph->protocol &&
-                       qp->user == arg->user);
+                       qp->user == arg->user;
 }
 
 /* Memory Tracking Functions. */