]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/sctp/proc.c
Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux'
[karo-tx-linux.git] / net / sctp / proc.c
index 0c83162a6bf812d970db058ad675924335e3a3eb..62526c4770505e0f741123bd009e91a90781f587 100644 (file)
@@ -138,7 +138,7 @@ static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_commo
 
                peer = asoc->peer.primary_path;
                if (unlikely(peer == NULL)) {
-                       WARN(1, "Association %p with NULL primary path!", asoc);
+                       WARN(1, "Association %p with NULL primary path!\n", asoc);
                        return;
                }