net: sched: Mundane typo fixes
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Wed, 24 Mar 2021 07:46:37 +0000 (13:16 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Mar 2021 22:09:11 +0000 (15:09 -0700)
s/procdure/procedure/
s/maintanance/maintenance/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_cbq.c

index 320b3d3..b79a7e2 100644 (file)
@@ -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,
                 *         apply agency specific classifier.
-                *         Repeat this procdure until we hit a leaf node.
+                *         Repeat this procedure until we hit a leaf node.
                 */
                head = cl;
        }
@@ -859,7 +859,7 @@ cbq_dequeue(struct Qdisc *sch)
        return NULL;
 }
 
-/* CBQ class maintanance routines */
+/* CBQ class maintenance routines */
 
 static void cbq_adjust_levels(struct cbq_class *this)
 {