Skip to content

Commit acce9d7

Browse files
donaldhkuba-moo
authored andcommitted
ynl: fix a yamllint warning in ethtool spec
Fix warning reported by yamllint: ../../../Documentation/netlink/specs/ethtool.yaml 1272:21 warning truthy value should be one of [false, true] (truthy) Signed-off-by: Donald Hunter <donald.hunter@gmail.com> Link: https://patch.msgid.link/20251127123502.89142-4-donald.hunter@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 129dc60 commit acce9d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/netlink/specs/ethtool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ attribute-sets:
12691269
-
12701270
name: hist
12711271
type: nest
1272-
multi-attr: True
1272+
multi-attr: true
12731273
nested-attributes: fec-hist
12741274
-
12751275
name: fec

0 commit comments

Comments
 (0)