Re: [PATCH v2 1/2] lib/test_string.c: Make definition less dense

From: Björn Töpel
Date: Tue Feb 28 2023 - 14:41:15 EST


Andy Shevchenko <andy.shevchenko@xxxxxxxxx> writes:

> On Tue, Feb 28, 2023 at 8:42 PM Björn Töpel <bjorn@xxxxxxxxxx> wrote:
>>
>> From: Björn Töpel <bjorn@xxxxxxxxxxxx>
>>
>> Checkpatch seems to have trouble making sense of the situation when
>> struct definitions, variable definitions, and __initconst marking is
>> done in one go.
>>
>> Let's be nicer to checkpatch, and move the struct definition out,
>> which removes the error.
>
> Not that I'm against the patch, but how hard is it to fix the checkpatch?

Uhm, good one. I'll have a look (the .pl scared me off).