Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zhi Yong Wu and committed by
David S. Miller
21eb2189 855abcf0

+1 -1
+1 -1
net/sched/sch_api.c
··· 135 135 136 136 static struct Qdisc_ops *qdisc_base; 137 137 138 - /* Register/uregister queueing discipline */ 138 + /* Register/unregister queueing discipline */ 139 139 140 140 int register_qdisc(struct Qdisc_ops *qops) 141 141 {