Re: [PATCH net-next v3 05/13] tools: ynl-gen: add CodeWriter.p_lines() helper
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-09-13 00:21:26
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-09-13 00:21:26
Also in:
lkml
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.