aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_hashlimit.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-09-09 21:17:32 -0700
committerDavid S. Miller <davem@davemloft.net>2014-09-10 12:40:10 -0700
commitb167a37c7bbc6f7589f439ba7d9a49af5ad37ff5 (patch)
treef4007da67ea5bdd707475df3150f592396219f9b /net/netfilter/xt_hashlimit.c
parentiucv: Convert pr_warning to pr_warn (diff)
downloadlinux-dev-b167a37c7bbc6f7589f439ba7d9a49af5ad37ff5.tar.xz
linux-dev-b167a37c7bbc6f7589f439ba7d9a49af5ad37ff5.zip
netfilter: Convert pr_warning to pr_warn
Use the more common pr_warn. Other miscellanea: o Coalesce formats o Realign arguments Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/xt_hashlimit.c')
-rw-r--r--net/netfilter/xt_hashlimit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_hashlimit.c b/net/netfilter/xt_hashlimit.c
index 52eb3e03458d..05fbc2a0be46 100644
--- a/net/netfilter/xt_hashlimit.c
+++ b/net/netfilter/xt_hashlimit.c
@@ -943,7 +943,7 @@ static int __init hashlimit_mt_init(void)
sizeof(struct dsthash_ent), 0, 0,
NULL);
if (!hashlimit_cachep) {
- pr_warning("unable to create slab cache\n");
+ pr_warn("unable to create slab cache\n");
goto err2;
}
return 0;