Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98562
b: refs/heads/master
c: 01e123d
h: refs/heads/master
v: v3
  • Loading branch information
WANG Cong authored and David S. Miller committed Jun 28, 2008
1 parent 7713111 commit f6698f4
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: 5dbaec5dc6a4895db8bf9765a867418481ed7311
refs/heads/master: 01e123d79a23000f85c4cfb12a957908c0b2c3d8
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ struct Qdisc *qdisc_alloc(struct net_device *dev, struct Qdisc_ops *ops)

return sch;
errout:
return ERR_PTR(-err);
return ERR_PTR(err);
}

struct Qdisc * qdisc_create_dflt(struct net_device *dev, struct Qdisc_ops *ops,
Expand Down

0 comments on commit f6698f4

Please sign in to comment.