Re: [PATCH net-next v2 05/12] tools: ynl-gen: add CodeWriter.p_lines() helper
Donald Hunter <[email protected]> Thu, 11 Sep 2025 11:47:10 +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: > Add a helper for writing an array of lines, and convert > all the existing loops doing that, to use the new helper. > > This is a trivial patch with no behavioural changes intended, > there are no changes to the generated code. > > Signed-off-by: Asbjørn Sloth Tønnesen <[email protected]> Reviewed-by: Donald Hunter <[email protected]>