Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Donald Hunter and committed by
Jakub Kicinski
acce9d72 129dc607

+1 -1
+1 -1
Documentation/netlink/specs/ethtool.yaml
··· 1269 1269 - 1270 1270 name: hist 1271 1271 type: nest 1272 - multi-attr: True 1272 + multi-attr: true 1273 1273 nested-attributes: fec-hist 1274 1274 - 1275 1275 name: fec