Remove braces from pr_fmt
authornorly <ny-git@enpas.org>
Wed, 16 Mar 2022 20:26:06 +0000 (21:26 +0100)
committernorly <ny-git@enpas.org>
Wed, 16 Mar 2022 20:26:06 +0000 (21:26 +0100)
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>