diff options
Diffstat (limited to 'net/sctp/probe.c')
-rw-r--r-- | net/sctp/probe.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sctp/probe.c b/net/sctp/probe.c index 289b1ba62cac..bc6cd75cc1dc 100644 --- a/net/sctp/probe.c +++ b/net/sctp/probe.c | |||
@@ -22,6 +22,8 @@ | |||
22 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
26 | |||
25 | #include <linux/kernel.h> | 27 | #include <linux/kernel.h> |
26 | #include <linux/kprobes.h> | 28 | #include <linux/kprobes.h> |
27 | #include <linux/socket.h> | 29 | #include <linux/socket.h> |
@@ -193,7 +195,7 @@ static __init int sctpprobe_init(void) | |||
193 | if (ret) | 195 | if (ret) |
194 | goto remove_proc; | 196 | goto remove_proc; |
195 | 197 | ||
196 | pr_info("SCTP probe registered (port=%d)\n", port); | 198 | pr_info("probe registered (port=%d)\n", port); |
197 | 199 | ||
198 | return 0; | 200 | return 0; |
199 | 201 | ||