OSDN Git Service

net/sched: sch_taprio: fix typo in comment
authorJesper Dangaard Brouer <brouer@redhat.com>
Thu, 1 Jul 2021 13:16:53 +0000 (15:16 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Jul 2021 18:55:28 +0000 (11:55 -0700)
I have checked that the IEEE standard 802.1Q-2018 section 8.6.9.4.5
is called AdminGateStates.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_taprio.c

index 66fe2b8..07b30d0 100644 (file)
@@ -564,7 +564,7 @@ static struct sk_buff *taprio_dequeue_soft(struct Qdisc *sch)
        /* if there's no entry, it means that the schedule didn't
         * start yet, so force all gates to be open, this is in
         * accordance to IEEE 802.1Qbv-2015 Section 8.6.9.4.5
-        * "AdminGateSates"
+        * "AdminGateStates"
         */
        gate_mask = entry ? entry->gate_mask : TAPRIO_ALL_GATES_OPEN;