Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38137
b: refs/heads/master
c: 8057de6
h: refs/heads/master
i:
  38135: a60cb77
v: v3
  • Loading branch information
Zach Brown authored and Linus Torvalds committed Oct 3, 2006
1 parent 4e52654 commit 61b7ce9
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: cb7cf57a6196a4b27e5d2f71debefc80a2fa1725
refs/heads/master: 8057de64fd4734ae3e70cf76deb77f1c19958494
4 changes: 2 additions & 2 deletions trunk/drivers/net/ifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ static struct net_device_stats *ifb_get_stats(struct net_device *dev)

pr_debug("tasklets stats %ld:%ld:%ld:%ld:%ld:%ld:%ld:%ld:%ld \n",
dp->st_task_enter, dp->st_txq_refl_try, dp->st_rxq_enter,
dp->st_rx2tx_tran dp->st_rxq_notenter, dp->st_rx_frm_egr,
dp->st_rx_frm_ing, dp->st_rxq_check, dp->st_rxq_rsch );
dp->st_rx2tx_tran, dp->st_rxq_notenter, dp->st_rx_frm_egr,
dp->st_rx_frm_ing, dp->st_rxq_check, dp->st_rxq_rsch);

return stats;
}
Expand Down

0 comments on commit 61b7ce9

Please sign in to comment.