Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36501
b: refs/heads/master
c: 6550964
h: refs/heads/master
i:
  36499: 00c29a9
v: v3
  • Loading branch information
Kenzo Iwami authored and Jeff Garzik committed Sep 26, 2006
1 parent b6bc2a8 commit 366351e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8bb5f96b0c1f430e6be56edd6c7032bcedd86ff0
refs/heads/master: 65509645ae05886eccc81b8a453afea07f0eabb6
2 changes: 1 addition & 1 deletion trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2951,7 +2951,7 @@ static void bond_info_show_slave(struct seq_file *seq, const struct slave *slave
seq_printf(seq, "\nSlave Interface: %s\n", slave->dev->name);
seq_printf(seq, "MII Status: %s\n",
(slave->link == BOND_LINK_UP) ? "up" : "down");
seq_printf(seq, "Link Failure Count: %d\n",
seq_printf(seq, "Link Failure Count: %u\n",
slave->link_failure_count);

seq_printf(seq,
Expand Down

0 comments on commit 366351e

Please sign in to comment.