Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122455
b: refs/heads/master
c: 999890b
h: refs/heads/master
i:
  122453: e0fceaf
  122451: 0b46721
  122447: 6d5475b
v: v3
  • Loading branch information
Benjamin Thery authored and David S. Miller committed Dec 4, 2008
1 parent d3fc869 commit 5845f95
Show file tree
Hide file tree
Showing 3 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: 1ea472e2dedcf23d5f31c63fc790cccfab93c0de
refs/heads/master: 999890b21a8eff7559a140fcbd2cd4b34e685c76
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ipmr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ static int ipmr_mfc_seq_show(struct seq_file *seq, void *v)
const struct mfc_cache *mfc = v;
const struct ipmr_mfc_iter *it = seq->private;

seq_printf(seq, "%08lX %08lX %-3d",
seq_printf(seq, "%08lX %08lX %-3hd",
(unsigned long) mfc->mfc_mcastgrp,
(unsigned long) mfc->mfc_origin,
mfc->mfc_parent);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6mr.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static int ipmr_mfc_seq_show(struct seq_file *seq, void *v)
const struct mfc6_cache *mfc = v;
const struct ipmr_mfc_iter *it = seq->private;

seq_printf(seq, "%pI6 %pI6 %-3d",
seq_printf(seq, "%pI6 %pI6 %-3hd",
&mfc->mf6c_mcastgrp, &mfc->mf6c_origin,
mfc->mf6c_parent);

Expand Down

0 comments on commit 5845f95

Please sign in to comment.