Skip to content

Commit a9fb87b

Browse files
committed
netlink: specs: tc: fix a couple of attribute names
Fix up spelling of two attribute names. These are clearly typoes and will prevent C codegen from working. Let's treat this as a fix to get the correction into users' hands ASAP, and prevent anyone depending on the wrong names. Fixes: a1bcfde ("doc/netlink/specs: Add a spec for tc") Link: https://patch.msgid.link/20250513221316.841700-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 3140075 commit a9fb87b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/netlink/specs/tc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,7 @@ attribute-sets:
27452745
type: u16
27462746
byte-order: big-endian
27472747
-
2748-
name: key-l2-tpv3-sid
2748+
name: key-l2tpv3-sid
27492749
type: u32
27502750
byte-order: big-endian
27512751
-
@@ -3504,7 +3504,7 @@ attribute-sets:
35043504
name: rate64
35053505
type: u64
35063506
-
3507-
name: prate4
3507+
name: prate64
35083508
type: u64
35093509
-
35103510
name: burst

0 commit comments

Comments
 (0)