Re: [PATCH v3 21/23] mfd: Unify style of of_device_id arrays

Krzysztof Kozlowski <[email protected]>
Newsgroups org.kernel.vger.linux-renesas-soc,dev.linux.lists.asahi,dev.linux.lists.imx,dev.linux.lists.linux-sunxi,dev.linux.lists.mfd,org.infradead.lists.linux-amlogic,org.infradead.lists.linux-mediatek,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-omap,org.kernel.vger.linux-samsung-soc,org.kernel.vger.linux-sound
Message-ID <[email protected]>
On 10/07/2026 15:00, Mathieu Dubois-Briand wrote:
> On Thu Jul 9, 2026 at 6:58 PM CEST, Uwe Kleine-König (The Capable Hub) wrote:
>> These arrays already mostly match the most used and generally
>> recommended coding style. That is:
>>
>>  - no comma after the list terminator;
>>  - a comma after an initializer if (and only if) the closing } is not
>>    directly following;
>>  - no explicit zeros in the list terminator;
>>  - a space after an opening { and before a closing }, a single space in
>>    the list terminator;
>>
>> Adapt the offenders accordingly.
>>
>> Reviewed-by: André Draszik <[email protected]> # for Maxim MAX77759
>> Reviewed-by: Charles Keepax <[email protected]>

Here...

>> Signed-off-by: Uwe Kleine-König (The Capable Hub) <[email protected]>
>> ---
> 
> ...
> 
>>  
>> diff --git a/drivers/mfd/max7360.c b/drivers/mfd/max7360.c
>> index 52fffed0c0dd..dc744b40bb38 100644
>> --- a/drivers/mfd/max7360.c
>> +++ b/drivers/mfd/max7360.c
>> @@ -152,7 +152,7 @@ static int max7360_probe(struct i2c_client *client)
>>  
>>  static const struct of_device_id max7360_dt_match[] = {
>>  	{ .compatible = "maxim,max7360" },
>> -	{}
>> +	{ }
>>  };
>>  MODULE_DEVICE_TABLE(of, max7360_dt_match);
>>  
> 
> Reviewed-by: Mathieu Dubois-Briand <[email protected]> # max7360

and here

Thesr are all Acks, not reviews. Entire commit will now carry multiple
review tags, implying it was reviewed by 3 or more people but none of
these people actually reviewed the commit. None!

They looked at one line out of 100.

This is ridiculous.

Quoting:
"Reviewed-by:, instead, indicates that the patch has been reviewed and
found acceptable according to the Reviewer's Statement:"

Not piece of a patch. THE PATCH.

Best regards,
Krzysztof
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.