Skip to content

Commit

Permalink
net, sch: fix the typo in register_qdisc()
Browse files Browse the repository at this point in the history
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Zhi Yong Wu authored and David S. Miller committed Dec 31, 2013
1 parent 855abcf commit 21eb218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sched/sch_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 21eb218

Please sign in to comment.