projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c38b7d3
)
netconsole: Remove duplicate "netconsole: " logging prefix
author
Joe Perches
<joe@perches.com>
Mon, 12 Jun 2017 23:39:51 +0000
(16:39 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 13 Jun 2017 16:57:40 +0000
(12:57 -0400)
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>
drivers/net/netconsole.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/netconsole.c
b/drivers/net/netconsole.c
index 06ee6395117f9df71a07d22326bc6c15c1e87f2e..0e27920c2b6b6219e70871ad13031bf56711907e 100644
(file)
--- 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("net
console: net
work 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