Re: [PATCH v4] checkpatch: extend attributes check to handle more patterns

From: Joe Perches
Date: Sun Oct 25 2020 - 04:48:12 EST


On Sun, 2020-10-25 at 14:12 +0530, Dwaipayan Ray wrote:
> Suppose we have non handled attributes in one such
> multi attribute macro. (not present in our hash)
>
> Like __attribute__((__packed, __something_not_handled))
>
> For this case, do I skip the warning totally? Or something else?

Emit the warning, skip the fix unless all converted.