1
0
Fork 0

net, sch: fix the typo in register_qdisc()

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Zhi Yong Wu 2014-01-01 04:34:51 +08:00 committed by David S. Miller
parent 855abcf066
commit 21eb218989
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{