Commit 536e11f9 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by David S. Miller

net: sched: Mundane typo fixes

s/procdure/procedure/
s/maintanance/maintenance/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b6c6680b
...@@ -263,7 +263,7 @@ cbq_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) ...@@ -263,7 +263,7 @@ cbq_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr)
/* /*
* Step 3+n. If classifier selected a link sharing class, * Step 3+n. If classifier selected a link sharing class,
* apply agency specific classifier. * apply agency specific classifier.
* Repeat this procdure until we hit a leaf node. * Repeat this procedure until we hit a leaf node.
*/ */
head = cl; head = cl;
} }
...@@ -859,7 +859,7 @@ cbq_dequeue(struct Qdisc *sch) ...@@ -859,7 +859,7 @@ cbq_dequeue(struct Qdisc *sch)
return NULL; return NULL;
} }
/* CBQ class maintanance routines */ /* CBQ class maintenance routines */
static void cbq_adjust_levels(struct cbq_class *this) static void cbq_adjust_levels(struct cbq_class *this)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment