Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286215
b: refs/heads/master
c: 766e9f1
h: refs/heads/master
i:
  286213: 4bcfcd7
  286211: 6e24a4c
  286207: 9e886a4
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jan 18, 2012
1 parent 3a8eb73 commit 3d7effa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10ec1bb7e9eb462548f14dd53c73e927a3ddf31c
refs/heads/master: 766e9f1be128bcdc15aa7d07084d0d51e873b5ed
4 changes: 2 additions & 2 deletions trunk/net/ipv6/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ static int snmp6_dev_seq_show(struct seq_file *seq, void *v)
struct inet6_dev *idev = (struct inet6_dev *)seq->private;

seq_printf(seq, "%-32s\t%u\n", "ifIndex", idev->dev->ifindex);
snmp6_seq_show_item(seq, (void __percpu **)idev->stats.ipv6, NULL,
snmp6_ipstats_list);
snmp6_seq_show_item64(seq, (void __percpu **)idev->stats.ipv6,
snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp));
snmp6_seq_show_item(seq, NULL, idev->stats.icmpv6dev->mibs,
snmp6_icmp6_list);
snmp6_seq_show_icmpv6msg(seq, idev->stats.icmpv6msgdev->mibs);
Expand Down

0 comments on commit 3d7effa

Please sign in to comment.