netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netconsole: Remove duplicate "netconsole: " logging prefix
@ 2017-06-12 23:39 Joe Perches
  2017-06-13 17:01 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2017-06-12 23:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: netdev

It's already added by pr_fmt so remove the explicit use.

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/netconsole.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c
index 06ee6395117f..0e27920c2b6b 100644
--- a/drivers/net/netconsole.c
+++ b/drivers/net/netconsole.c
@@ -358,7 +358,7 @@ static ssize_t enabled_store(struct config_item *item,
 		if (err)
 			goto out_unlock;
 
-		pr_info("netconsole: network logging started\n");
+		pr_info("network logging started\n");
 	} else {	/* false */
 		/* We need to disable the netconsole before cleaning it up
 		 * otherwise we might end up in write_msg() with
-- 
2.10.0.rc2.1.g053435c

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netconsole: Remove duplicate "netconsole: " logging prefix
  2017-06-12 23:39 [PATCH] netconsole: Remove duplicate "netconsole: " logging prefix Joe Perches
@ 2017-06-13 17:01 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-06-13 17:01 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, netdev

From: Joe Perches <joe@perches.com>
Date: Mon, 12 Jun 2017 16:39:51 -0700

> It's already added by pr_fmt so remove the explicit use.
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-13 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 23:39 [PATCH] netconsole: Remove duplicate "netconsole: " logging prefix Joe Perches
2017-06-13 17:01 ` David Miller

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).