mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
tools: ynl-gen: fix comment about nested struct dict
The dict stores struct objects (of class Struct), not just a trivial set with directions. Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Link: https://patch.msgid.link/20250429154704.2613851-2-kuba@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
630cb33ccf
commit
a6471da774
|
|
@ -1015,7 +1015,7 @@ class Family(SpecFamily):
|
|||
|
||||
# dict space-name -> 'request': set(attrs), 'reply': set(attrs)
|
||||
self.root_sets = dict()
|
||||
# dict space-name -> set('request', 'reply')
|
||||
# dict space-name -> Struct
|
||||
self.pure_nested_structs = dict()
|
||||
|
||||
self._mark_notify()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user