diff options
| author | Donald Hunter <donald.hunter@gmail.com> | 2025-11-27 15:35:01 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-11-29 06:53:19 +0300 |
| commit | acce9d7200e23de310c2cf8cd5439e86cd9ddc41 (patch) | |
| tree | e827cd838ad651b70542ae7d300d70ae08c2116f | |
| parent | 129dc6075a150f82926ed10942f02f941985d51f (diff) | |
| download | linux-acce9d7200e23de310c2cf8cd5439e86cd9ddc41.tar.xz | |
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>
| -rw-r--r-- | Documentation/netlink/specs/ethtool.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index 05d2b6508b59..0a2d2343f79a 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -1269,7 +1269,7 @@ attribute-sets: - name: hist type: nest - multi-attr: True + multi-attr: true nested-attributes: fec-hist - name: fec |
