aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2014-01-01 04:34:51 +0800
committerDavid S. Miller <davem@davemloft.net>2013-12-31 16:44:10 -0500
commit21eb218989523b7bee28900aaec9f9296b70fa27 (patch)
treec4f547262c1ff90767f42767e5b8a05b3f84ffab /net/sched/sch_api.c
parentnet, rps: fix the comment of net_rps_action_and_irq_enable() (diff)
downloadlinux-dev-21eb218989523b7bee28900aaec9f9296b70fa27.tar.xz
linux-dev-21eb218989523b7bee28900aaec9f9296b70fa27.zip
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>
Diffstat (limited to '')
-rw-r--r--net/sched/sch_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c
index c31190e29b90..1313145e3b86 100644
--- a/net/sched/sch_api.c
+++ b/net/sched/sch_api.c
@@ -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)
{