Commit 81af7897 authored by Cal Peake's avatar Cal Peake Committed by David S. Miller

[IPV4]: Delete bogus newline in first TcpExt procsfs line.

Signed-off-by: default avatarCal Peake <cp@absolutedigital.net>
Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent 3ded0baf
...@@ -330,7 +330,7 @@ static int netstat_seq_show(struct seq_file *seq, void *v) ...@@ -330,7 +330,7 @@ static int netstat_seq_show(struct seq_file *seq, void *v)
{ {
int i; int i;
seq_puts(seq, "\nTcpExt:"); seq_puts(seq, "TcpExt:");
for (i = 0; snmp4_net_list[i].name != NULL; i++) for (i = 0; snmp4_net_list[i].name != NULL; i++)
seq_printf(seq, " %s", snmp4_net_list[i].name); seq_printf(seq, " %s", snmp4_net_list[i].name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment