Re: [PATCH net-next v3 09/13] tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray
Donald Hunter <[email protected]> Fri, 12 Sep 2025 13:00:54 +0100
| Newsgroups | com.zx2c4.lists.wireguard,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
Asbjørn Sloth Tønnesen <[email protected]> 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 <[email protected]> Reviewed-by: Donald Hunter <[email protected]>