Re: [PATCH net-next v3 09/13] tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray
From: Donald Hunter <donald.hunter@gmail.com>
Date: 2025-09-12 12:08:55
Also in:
lkml
From: Donald Hunter <donald.hunter@gmail.com>
Date: 2025-09-12 12:08:55
Also in:
lkml
Asbjørn Sloth Tønnesen [off-list ref] writes:
Since TypeArrayNest can now be used with many other sub-types
than nest, then rename it to TypeIndexedArray, to reduce
confusion.
This patch continues the rename, that was started in commit
aa6485d813ad ("ynl: rename array-nest to indexed-array"),
when the YNL type was renamed.
In order to get rid of all references to the old naming,
within ynl, then renaming some variables in _multi_parse().
This is a trivial patch with no behavioural changes intended.
Signed-off-by: Asbjørn Sloth Tønnesen <redacted>Reviewed-by: Donald Hunter <donald.hunter@gmail.com>