mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:44:45 +01:00
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>
This commit is contained in:
parent
129dc6075a
commit
acce9d7200
1 changed files with 1 additions and 1 deletions
|
|
@ -1269,7 +1269,7 @@ attribute-sets:
|
|||
-
|
||||
name: hist
|
||||
type: nest
|
||||
multi-attr: True
|
||||
multi-attr: true
|
||||
nested-attributes: fec-hist
|
||||
-
|
||||
name: fec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue