diff --git a/net/mptcp/mib.c b/net/mptcp/mib.c
index 84d119436b22d8af38661146700e1e043ed15256..b921cbdd9aaa26e52ba10140bbd3c1d16806720f 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;
 	}