diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ip6_flowlabel.c | 3 | ||||
-rw-r--r-- | net/ipv6/mcast.c | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/net/ipv6/ip6_flowlabel.c b/net/ipv6/ip6_flowlabel.c index c14343715049..7221021b2d97 100644 --- a/net/ipv6/ip6_flowlabel.c +++ b/net/ipv6/ip6_flowlabel.c | |||
@@ -770,8 +770,7 @@ static int ip6fl_seq_show(struct seq_file *seq, void *v) | |||
770 | { | 770 | { |
771 | struct ip6fl_iter_state *state = ip6fl_seq_private(seq); | 771 | struct ip6fl_iter_state *state = ip6fl_seq_private(seq); |
772 | if (v == SEQ_START_TOKEN) { | 772 | if (v == SEQ_START_TOKEN) { |
773 | seq_printf(seq, "%-5s %-1s %-6s %-6s %-6s %-8s %-32s %s\n", | 773 | seq_puts(seq, "Label S Owner Users Linger Expires Dst Opt\n"); |
774 | "Label", "S", "Owner", "Users", "Linger", "Expires", "Dst", "Opt"); | ||
775 | } else { | 774 | } else { |
776 | struct ip6_flowlabel *fl = v; | 775 | struct ip6_flowlabel *fl = v; |
777 | seq_printf(seq, | 776 | seq_printf(seq, |
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index 9648de2b6745..e04f184b783a 100644 --- a/net/ipv6/mcast.c +++ b/net/ipv6/mcast.c | |||
@@ -2823,11 +2823,7 @@ static int igmp6_mcf_seq_show(struct seq_file *seq, void *v) | |||
2823 | struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq); | 2823 | struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq); |
2824 | 2824 | ||
2825 | if (v == SEQ_START_TOKEN) { | 2825 | if (v == SEQ_START_TOKEN) { |
2826 | seq_printf(seq, | 2826 | seq_puts(seq, "Idx Device Multicast Address Source Address INC EXC\n"); |
2827 | "%3s %6s " | ||
2828 | "%32s %32s %6s %6s\n", "Idx", | ||
2829 | "Device", "Multicast Address", | ||
2830 | "Source Address", "INC", "EXC"); | ||
2831 | } else { | 2827 | } else { |
2832 | seq_printf(seq, | 2828 | seq_printf(seq, |
2833 | "%3d %6.6s %pi6 %pi6 %6lu %6lu\n", | 2829 | "%3d %6.6s %pi6 %pi6 %6lu %6lu\n", |