]> git.hungrycats.org Git - linux/commitdiff
[NET]: Kill typo in neighbour.c
authorDavid S. Miller <davem@nuts.davemloft.net>
Mon, 4 Oct 2004 07:06:10 +0000 (00:06 -0700)
committerDavid S. Miller <davem@nuts.davemloft.net>
Mon, 4 Oct 2004 07:06:10 +0000 (00:06 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c

index 5cbbfb49e2295563984aa0f48e04448a0eed86a6..d41c265e5a8bb09c66c3110dbf95ac6d48bf82b4 100644 (file)
@@ -427,7 +427,7 @@ struct neighbour *neigh_create(struct neigh_table *tbl, const void *pkey,
 
        write_lock_bh(&tbl->lock);
 
-       if (tbl->entries > (tbl->hash_mask + 1)) {
+       if (tbl->entries > (tbl->hash_mask + 1))
                neigh_hash_grow(tbl, (tbl->hash_mask + 1) << 1);
 
        hash_val = tbl->hash(pkey, dev) & tbl->hash_mask;