Commit 21eb2189 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by David S. Miller

net, sch: fix the typo in register_qdisc()

Signed-off-by: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 855abcf0
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment