Re: [PATCH] powerpc/xmon: use ARRAY_SIZE on various array sizing calculations
From: Michael Ellerman
Date: Fri Dec 08 2017 - 06:52:02 EST
Balbir Singh <bsingharora@xxxxxxxxx> writes:
> On Thu, Dec 7, 2017 at 10:01 PM, Colin King <colin.king@xxxxxxxxxxxxx> wrote:
>> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>>
>> Use the ARRAY_SIZE macro on several arrays to determine their size.
>> Improvement suggested by coccinelle.
>
> This file is taken from binutils and re-licensed. Keeping the file
> as-is helps apply newer patches easily on top as opposed to redoing
> the changes. I would prefer not to move to ARRAY_SIZE and stick to
> what's already in the file.
Yep.
Thanks but no thanks on this one Colin.
Is there a checkpatch blacklist anywhere? So we don't keep discovering
things in this file that need to be fixed?
cheers