summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_hash_net.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-21 11:39:56 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-21 11:39:56 +0100
commit133dacf17131daa138f22b7ac38f3b94de203681 (patch)
tree903032266b8555c25058c9c223e870a87480740f /kernel/ip_set_hash_net.c
parented3c453a0787ddc10c5ce6010bd6ac663c740b68 (diff)
Fix trailing whitespaces and pr_* messages
Some trailing whitespace slipped in, those are removed. With the deleted ip_set_kernel.h, the pr_* messages lost the trailing "\n" character. The messages were completed with it.
Diffstat (limited to 'kernel/ip_set_hash_net.c')
-rw-r--r--kernel/ip_set_hash_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ip_set_hash_net.c b/kernel/ip_set_hash_net.c
index bdaebb4..20b30e4 100644
--- a/kernel/ip_set_hash_net.c
+++ b/kernel/ip_set_hash_net.c
@@ -446,7 +446,7 @@ hash_net_create(struct ip_set *set, struct nlattr *head, int len, u32 flags)
? &hash_net4_variant : &hash_net6_variant;
}
- pr_debug("create %s hashsize %u (%u) maxelem %u: %p(%p)",
+ pr_debug("create %s hashsize %u (%u) maxelem %u: %p(%p)\n",
set->name, jhash_size(h->table->htable_bits),
h->table->htable_bits, h->maxelem, set->data, h->table);