Skip to content

Commit 633fa66

Browse files
netoptimizerdavem330
authored andcommitted
net/sched: sch_taprio: fix typo in comment
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5140aaa commit 633fa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/sched/sch_taprio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ static struct sk_buff *taprio_dequeue_soft(struct Qdisc *sch)
564564
/* if there's no entry, it means that the schedule didn't
565565
* start yet, so force all gates to be open, this is in
566566
* accordance to IEEE 802.1Qbv-2015 Section 8.6.9.4.5
567-
* "AdminGateSates"
567+
* "AdminGateStates"
568568
*/
569569
gate_mask = entry ? entry->gate_mask : TAPRIO_ALL_GATES_OPEN;
570570

0 commit comments

Comments
 (0)