]> git.baikalelectronics.ru Git - kernel.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)
commit1812df61d3ef6f2740fc3c007b3b72f8c3c4fb9f
tree280193cf879f96d3905536dcd4182a288bfb3477
parent805eb2ae1b21bb9e390f4193e80a8547ac6fe397
[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