commit | 21eb218989523b7bee28900aaec9f9296b70fa27 | [log] [tgz] |
---|---|---|
author | Zhi Yong Wu <[email protected]> | Wed Jan 01 04:34:51 2014 +0800 |
committer | David S. Miller <[email protected]> | Tue Dec 31 16:44:10 2013 -0500 |
tree | c4f547262c1ff90767f42767e5b8a05b3f84ffab | |
parent | 855abcf0664512df945fba911fa0b9d88e2ea0bf [diff] [blame] |
net, sch: fix the typo in register_qdisc() Signed-off-by: Zhi Yong Wu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index c31190e..1313145 100644 --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c
@@ -135,7 +135,7 @@ static struct Qdisc_ops *qdisc_base; -/* Register/uregister queueing discipline */ +/* Register/unregister queueing discipline */ int register_qdisc(struct Qdisc_ops *qops) {