summaryrefslogtreecommitdiffstats
path: root/drivers/net/netconsole.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2017-06-12 16:39:51 -0700
committerDavid S. Miller <davem@davemloft.net>2017-06-13 12:57:40 -0400
commit4a6a97e2650c7dd7b1380ba763e9038c814e220c (patch)
treed57e39f2de4653af2127ff35bc609dfcd06e6055 /drivers/net/netconsole.c
parentc38b7d327aafd1e3ad7ff53eefac990673b65667 (diff)
downloadop-kernel-dev-4a6a97e2650c7dd7b1380ba763e9038c814e220c.zip
op-kernel-dev-4a6a97e2650c7dd7b1380ba763e9038c814e220c.tar.gz
netconsole: Remove duplicate "netconsole: " logging prefix
It's already added by pr_fmt so remove the explicit use. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netconsole.c')
-rw-r--r--drivers/net/netconsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c
index 06ee639..0e27920 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
OpenPOWER on IntegriCloud