diff options
Diffstat (limited to 'net/sctp/proc.c')
| -rw-r--r-- | net/sctp/proc.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/net/sctp/proc.c b/net/sctp/proc.c index 62526c477050..0c0642156842 100644 --- a/net/sctp/proc.c +++ b/net/sctp/proc.c | |||
| @@ -22,16 +22,10 @@ | |||
| 22 | * | 22 | * |
| 23 | * Please send any bug reports or fixes you make to the | 23 | * Please send any bug reports or fixes you make to the |
| 24 | * email address(es): | 24 | * email address(es): |
| 25 | * lksctp developers <lksctp-developers@lists.sourceforge.net> | 25 | * lksctp developers <linux-sctp@vger.kernel.org> |
| 26 | * | ||
| 27 | * Or submit a bug report through the following website: | ||
| 28 | * http://www.sf.net/projects/lksctp | ||
| 29 | * | 26 | * |
| 30 | * Written or modified by: | 27 | * Written or modified by: |
| 31 | * Sridhar Samudrala <sri@us.ibm.com> | 28 | * Sridhar Samudrala <sri@us.ibm.com> |
| 32 | * | ||
| 33 | * Any bugs reported given to us we will try to fix... any fixes shared will | ||
| 34 | * be incorporated into the next SCTP release. | ||
| 35 | */ | 29 | */ |
| 36 | 30 | ||
| 37 | #include <linux/types.h> | 31 | #include <linux/types.h> |
| @@ -232,7 +226,7 @@ static int sctp_eps_seq_show(struct seq_file *seq, void *v) | |||
| 232 | sk = epb->sk; | 226 | sk = epb->sk; |
| 233 | if (!net_eq(sock_net(sk), seq_file_net(seq))) | 227 | if (!net_eq(sock_net(sk), seq_file_net(seq))) |
| 234 | continue; | 228 | continue; |
| 235 | seq_printf(seq, "%8pK %8pK %-3d %-3d %-4d %-5d %5d %5lu ", ep, sk, | 229 | seq_printf(seq, "%8pK %8pK %-3d %-3d %-4d %-5d %5u %5lu ", ep, sk, |
| 236 | sctp_sk(sk)->type, sk->sk_state, hash, | 230 | sctp_sk(sk)->type, sk->sk_state, hash, |
| 237 | epb->bind_addr.port, | 231 | epb->bind_addr.port, |
| 238 | from_kuid_munged(seq_user_ns(seq), sock_i_uid(sk)), | 232 | from_kuid_munged(seq_user_ns(seq), sock_i_uid(sk)), |
| @@ -342,7 +336,7 @@ static int sctp_assocs_seq_show(struct seq_file *seq, void *v) | |||
| 342 | continue; | 336 | continue; |
| 343 | seq_printf(seq, | 337 | seq_printf(seq, |
| 344 | "%8pK %8pK %-3d %-3d %-2d %-4d " | 338 | "%8pK %8pK %-3d %-3d %-2d %-4d " |
| 345 | "%4d %8d %8d %7d %5lu %-5d %5d ", | 339 | "%4d %8d %8d %7u %5lu %-5d %5d ", |
| 346 | assoc, sk, sctp_sk(sk)->type, sk->sk_state, | 340 | assoc, sk, sctp_sk(sk)->type, sk->sk_state, |
| 347 | assoc->state, hash, | 341 | assoc->state, hash, |
| 348 | assoc->assoc_id, | 342 | assoc->assoc_id, |
