Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122839
b: refs/heads/master
c: 7f3ff4f
h: refs/heads/master
i:
  122837: 4543a99
  122835: 538fde5
  122831: 8709e59
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Dec 22, 2008
1 parent 5880899 commit ecacd3b
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: bfb8cc31b11ccaf7cd55fd9e0f4794f82527948f
refs/heads/master: 7f3ff4f63f76c2702da6041d2da5eb30fac407f6
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_sfq.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ sfq_enqueue(struct sk_buff *skb, struct Qdisc *sch)
struct sfq_sched_data *q = qdisc_priv(sch);
unsigned int hash;
sfq_index x;
int ret;
int uninitialized_var(ret);

hash = sfq_classify(skb, sch, &ret);
if (hash == 0) {
Expand Down

0 comments on commit ecacd3b

Please sign in to comment.