[PATCH net-next 09/10] netlink: specs: tc: fix typo in cls-flags
From: Asbjørn Sloth Tønnesen
Date: Fri Sep 11 2026 - 18:00:05 EST
Fix a typo in the naming of a cls-flags constant.
The correct name for TCA_CLS_FLAGS_NOT_IN_HW is "not-in-hw",
not "not-in-nw".
Signed-off-by: Asbjørn Sloth Tønnesen <ast@xxxxxxxxxxx>
CC: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
CC: "Jonas Köppeler" <j.koeppeler@xxxxxxxxxxxx>
CC: "Matthieu Baerts (NGI0)" <matttbe@xxxxxxxxxx>
CC: "Toke Høiland-Jørgensen" <toke@xxxxxxxxxx>
---
Documentation/netlink/specs/tc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/netlink/specs/tc.yaml b/Documentation/netlink/specs/tc.yaml
index 2e663333a279..b6ccc645b0e3 100644
--- a/Documentation/netlink/specs/tc.yaml
+++ b/Documentation/netlink/specs/tc.yaml
@@ -42,7 +42,7 @@ definitions:
- skip-hw
- skip-sw
- in-hw
- - not-in-nw
+ - not-in-hw
- verbose
-
name: flower-key-ctrl-flags
--
2.55.0