Re: [PATCH net-next v3 05/13] tools: ynl-gen: add CodeWriter.p_lines() helper
Asbjørn Sloth Tønnesen <[email protected]> Sat, 13 Sep 2025 23:14:40 +0000
| Newsgroups | com.zx2c4.lists.wireguard,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 9/13/25 12:21 AM, Jakub Kicinski wrote: > On Thu, 11 Sep 2025 20:04:58 +0000 Asbjørn Sloth Tønnesen wrote: >> 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. > > I don't see the need for this. Ok, loop macros are only for C, not Python. :) I have dropped this patch in v4, as it's not important for this series.