summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connbytes.c
diff options
context:
space:
mode:
authorJoe Perches2014-09-10 06:17:32 +0200
committerDavid S. Miller2014-09-10 21:40:10 +0200
commitb167a37c7bbc6f7589f439ba7d9a49af5ad37ff5 (patch)
treef4007da67ea5bdd707475df3150f592396219f9b /net/netfilter/xt_connbytes.c
parentiucv: Convert pr_warning to pr_warn (diff)
downloadkernel-qcow2-linux-b167a37c7bbc6f7589f439ba7d9a49af5ad37ff5.tar.gz
kernel-qcow2-linux-b167a37c7bbc6f7589f439ba7d9a49af5ad37ff5.tar.xz
kernel-qcow2-linux-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_connbytes.c')
-rw-r--r--net/netfilter/xt_connbytes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_connbytes.c b/net/netfilter/xt_connbytes.c
index 1e634615ab9d..d4bec261e74e 100644
--- a/net/netfilter/xt_connbytes.c
+++ b/net/netfilter/xt_connbytes.c
@@ -120,7 +120,7 @@ static int connbytes_mt_check(const struct xt_mtchk_param *par)
* accounting is enabled, so complain in the hope that someone notices.
*/
if (!nf_ct_acct_enabled(par->net)) {
- pr_warning("Forcing CT accounting to be enabled\n");
+ pr_warn("Forcing CT accounting to be enabled\n");
nf_ct_set_acct(par->net, true);
}