From: Jianguo Wu <wujian...@chinatelecom.cn> Signed-off-by: Jianguo Wu <wujian...@chinatelecom.cn> --- net/mptcp/mib.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/net/mptcp/mib.c b/net/mptcp/mib.c index 84d1194..b921cbd 100644 --- a/net/mptcp/mib.c +++ b/net/mptcp/mib.c @@ -67,6 +67,7 @@ void mptcp_seq_show(struct seq_file *seq) for (i = 0; mptcp_snmp_list[i].name; i++) seq_puts(seq, " 0"); + seq_putc(seq, '\n'); return; } -- 1.8.3.1