mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00: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:
committed by
Jakub Kicinski
parent
129dc6075a
commit
acce9d7200
@@ -1269,7 +1269,7 @@ attribute-sets:
|
||||
-
|
||||
name: hist
|
||||
type: nest
|
||||
multi-attr: True
|
||||
multi-attr: true
|
||||
nested-attributes: fec-hist
|
||||
-
|
||||
name: fec
|
||||
|
||||
Reference in New Issue
Block a user