Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64993
b: refs/heads/master
c: ddeee3c
h: refs/heads/master
i:
  64991: 996eb09
v: v3
  • Loading branch information
Satyam Sharma authored and David S. Miller committed Sep 16, 2007
1 parent e2d2f8e commit 884a58b
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: ce5d0b47f13f83dfb9fbb8ac91adad7120747aaf
refs/heads/master: ddeee3ce7fbf0e800f2a26a76d6018b42b337cc2
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_cbq.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ cbq_enqueue(struct sk_buff *skb, struct Qdisc *sch)
{
struct cbq_sched_data *q = qdisc_priv(sch);
int len = skb->len;
int ret;
int uninitialized_var(ret);
struct cbq_class *cl = cbq_classify(skb, sch, &ret);

#ifdef CONFIG_NET_CLS_ACT
Expand Down

0 comments on commit 884a58b

Please sign in to comment.