Remove braces from pr_fmt
[elmcan.git] / module / elmcan.c
index cfcbf2f174a85ba131a5bf445d92dad70ac173bc..7b22728a35a458dc460d6a8613134d2bd12b3106 100644 (file)
@@ -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>