Merge branch 'fix/asoc' into for-linus
[firefly-linux-kernel-4.4.55.git] / net / sctp / probe.c
index 289b1ba62cac6623886f8bf47c50b74cc86cd66e..bc6cd75cc1dcdc82792b7056ce2b1566bbb945d5 100644 (file)
@@ -22,6 +22,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/kernel.h>
 #include <linux/kprobes.h>
 #include <linux/socket.h>
@@ -193,7 +195,7 @@ static __init int sctpprobe_init(void)
        if (ret)
                goto remove_proc;
 
-       pr_info("SCTP probe registered (port=%d)\n", port);
+       pr_info("probe registered (port=%d)\n", port);
 
        return 0;