Re: [PATCH net-next v3 05/13] tools: ynl-gen: add CodeWriter.p_lines() helper
From: Asbjørn Sloth Tønnesen <hidden>
Date: 2025-09-13 23:14:57
Also in:
lkml
From: Asbjørn Sloth Tønnesen <hidden>
Date: 2025-09-13 23:14:57
Also in:
lkml
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:quoted
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.