lkml.org 
[lkml]   [2016]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] netfilter: Add missing \n to pr_err() message
Date
From: Colin Ian King <colin.king@canonical.com>

The message is missing a \n, add it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
net/netfilter/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netfilter/core.c b/net/netfilter/core.c
index f39276d..79ef426 100644
--- a/net/netfilter/core.c
+++ b/net/netfilter/core.c
@@ -449,7 +449,7 @@ static int __net_init netfilter_net_init(struct net *net)
net->proc_net);
if (!net->nf.proc_netfilter) {
if (!net_eq(net, &init_net))
- pr_err("cannot create netfilter proc entry");
+ pr_err("cannot create netfilter proc entry\n");

return -ENOMEM;
}
--
2.9.3
\
 
 \ /
  Last update: 2016-09-17 09:59    [W:0.036 / U:0.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site