Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236706
b: refs/heads/master
c: 144ce87
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jan 26, 2011
1 parent 6583091 commit a762cea
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: 682a1694115ec1c8fcd794c35b80354166978207
refs/heads/master: 144ce879b057c760194d808c90826cd96308f423
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_mqprio.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static int mqprio_dump(struct Qdisc *sch, struct sk_buff *skb)
struct net_device *dev = qdisc_dev(sch);
struct mqprio_sched *priv = qdisc_priv(sch);
unsigned char *b = skb_tail_pointer(skb);
struct tc_mqprio_qopt opt;
struct tc_mqprio_qopt opt = { 0 };
struct Qdisc *qdisc;
unsigned int i;

Expand Down

0 comments on commit a762cea

Please sign in to comment.