linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netfilter: Add missing \n to pr_err() message
@ 2016-09-14  6:35 Colin King
  0 siblings, 0 replies; only message in thread
From: Colin King @ 2016-09-14  6:35 UTC (permalink / raw)
  To: Russell King, Vineet Gupta, Hans-Christian Noren Egtvedt,
	Joerg Roedel, Robin Murphy, Mark Salter, Krzysztof Kozlowski
  Cc: trivial, linux-kernel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-14  6:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14  6:35 [PATCH] netfilter: Add missing \n to pr_err() message Colin King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).