From: Zhi Yong Wu Date: Tue, 31 Dec 2013 20:34:51 +0000 (+0800) Subject: net, sch: fix the typo in register_qdisc() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=21eb218989523b7bee28900aaec9f9296b70fa27;p=linux-beck.git net, sch: fix the typo in register_qdisc() Signed-off-by: Zhi Yong Wu Signed-off-by: David S. Miller --- diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index c31190e29b90..1313145e3b86 100644 --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c @@ -135,7 +135,7 @@ static DEFINE_RWLOCK(qdisc_mod_lock); static struct Qdisc_ops *qdisc_base; -/* Register/uregister queueing discipline */ +/* Register/unregister queueing discipline */ int register_qdisc(struct Qdisc_ops *qops) {