Re: [PATCH V3 2/2] checkpatch: throw error for malformed arrays
From: Charalampos Mitrodimas
Date: Fri Feb 21 2025 - 12:16:03 EST
Guilherme Giacomo Simoes <trintaeoitogc@xxxxxxxxx> writes:
> Charalampos Mitrodimas <charmitro@xxxxxxxxxx> wrote:
>> Hi Guilherme,
>>
>> Will this work now that the field is called "authors" and not "author"?
>> I think you forgot to update the regex here.
> I don't know, I make change in modules and samples, and I forget runing again
> the checkpatch.
> Sorry ..
> I will send a v4
Keep in mind that now we also have the faux device sample upstream,
which uses the old single-author module field. Please build against the
latest tree and include the fix for that driver.
It can be found under the path "samples/rust/rust_driver_faux.rs".
>
>> What do you think about this instead?
>> "Prefer each array element on a separate line$herevet"
> For me, looks like great
>
> Thanks,
> Guilherme