diff options
| author | Shaikh Kamaluddin <shaikhkamal2012@gmail.com> | 2026-07-28 21:11:42 +0530 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-07-29 16:57:45 -0700 |
| commit | bb3fed50cb019adb6f3d8daf26d3a3e923c6e74e (patch) | |
| tree | 8c7cdd56e7e8226114bc3d35928d413c2c8fec03 /Documentation | |
| parent | 9ae7ed101cf28613071ebfbc42668c8917a670cf (diff) | |
netlink: specs: nl80211: fix TOOD -> TODO
Fix spelling error reported by codespell in description strings:
TOOD -> TODO. Attribute names are untouched. No functional change.
Signed-off-by: Shaikh Kamaluddin <shaikhkamal2012@gmail.com>
Reviewed-by: Joe Damato <joe@dama.to>
Link: https://patch.msgid.link/20260728154142.12133-1-shaikhkamal2012@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/netlink/specs/nl80211.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/netlink/specs/nl80211.yaml b/Documentation/netlink/specs/nl80211.yaml index 802097128bda..d9fdd66b497e 100644 --- a/Documentation/netlink/specs/nl80211.yaml +++ b/Documentation/netlink/specs/nl80211.yaml @@ -1139,10 +1139,10 @@ attribute-sets: type: binary - name: fils-discovery - type: binary # TOOD: nest + type: binary # TODO: nest - name: unsol-bcast-probe-resp - type: binary # TOOD: nest + type: binary # TODO: nest - name: s1g-capability type: binary |
