summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2022-03-16 21:26:06 +0100
committernorly <ny-git@enpas.org>2022-03-16 21:26:06 +0100
commit0eb2f39be87a38965050fa90933486d0b712e80d (patch)
treed95d3083f0715b1d36c3c288a59a86ae4ddfacd4
parent2ea8bc70cba76048f02e7fadd6c7ccdbb7f0d316 (diff)
Remove braces from pr_fmt
-rw-r--r--module/elmcan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/elmcan.c b/module/elmcan.c
index cfcbf2f..7b22728 100644
--- a/module/elmcan.c
+++ b/module/elmcan.c
@@ -11,7 +11,7 @@
* Fred N. van Kempen <waltje@uwalt.nl.mugnet.org>
*/
-#define pr_fmt(fmt) "[elmcan] " fmt
+#define pr_fmt(fmt) "elmcan: " fmt
#include <linux/init.h>
#include <linux/module.h>