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 CC: Jamal Hadi Salim CC: "Jonas Köppeler" CC: "Matthieu Baerts (NGI0)" CC: "Toke Høiland-Jørgensen" --- 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