Skip to content

Commit 4a6a97e

Browse files
JoePerchesdavem330
authored andcommitted
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>
1 parent c38b7d3 commit 4a6a97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/netconsole.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ static ssize_t enabled_store(struct config_item *item,
358358
if (err)
359359
goto out_unlock;
360360

361-
pr_info("netconsole: network logging started\n");
361+
pr_info("network logging started\n");
362362
} else { /* false */
363363
/* We need to disable the netconsole before cleaning it up
364364
* otherwise we might end up in write_msg() with

0 commit comments

Comments
 (0)