projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52db882
)
net: sctp: minor: sctp_seq_dump_local_addrs add missing newline
author
Daniel Borkmann
<dborkman@redhat.com>
Tue, 25 Jun 2013 16:17:28 +0000
(18:17 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 25 Jun 2013 23:33:04 +0000
(16:33 -0700)
A trailing newline has been forgotten to add into the WARN().
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/proc.c
patch
|
blob
|
history
diff --git
a/net/sctp/proc.c
b/net/sctp/proc.c
index
0c83162
..
62526c4
100644
(file)
--- a/
net/sctp/proc.c
+++ b/
net/sctp/proc.c
@@
-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;
}