Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

net, sch: fix the typo in register_qdisc()

parent 855abcf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{