summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
diff options
context:
space:
mode:
authorZhi Yong Wu2013-12-31 21:34:51 +0100
committerDavid S. Miller2013-12-31 22:44:10 +0100
commit21eb218989523b7bee28900aaec9f9296b70fa27 (patch)
treec4f547262c1ff90767f42767e5b8a05b3f84ffab /net/sched/sch_api.c
parentnet, rps: fix the comment of net_rps_action_and_irq_enable() (diff)
downloadkernel-qcow2-linux-21eb218989523b7bee28900aaec9f9296b70fa27.tar.gz
kernel-qcow2-linux-21eb218989523b7bee28900aaec9f9296b70fa27.tar.xz
kernel-qcow2-linux-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 'net/sched/sch_api.c')
-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)
{