]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCTP]: Correct /proc/net/assocs formatting error
authorNeil Horman <nhorman@tuxdriver.com>
Sun, 13 Apr 2008 01:53:48 +0000 (18:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 13 Apr 2008 01:53:48 +0000 (18:53 -0700)
commit30e935600776b45db38238355f0de2b8f72b3847
tree280193cf879f96d3905536dcd4182a288bfb3477
parentc0b8c32b1c96afc9b32b717927330025cc1c501e
[SCTP]: Correct /proc/net/assocs formatting error

Recently I posted a patch to add some informational items to
/proc/net/sctp/assocs.  All the information is correct, but because
of how the seqfile show operation is laid out, some of the formatting
is backwards.  This patch corrects that formatting, so that the new
information appears at the end of each line, rather than in the middle.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/proc.c