[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5964afb2-c014-6894-242d-caca3b179f5c@infradead.org>
Date: Sat, 24 Oct 2020 16:29:44 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Joe Perches <joe@...ches.com>,
Dwaipayan Ray <dwaipayanray1@...il.com>
Cc: linux-kernel-mentees@...ts.linuxfoundation.org,
linux-kernel@...r.kernel.org, lukas.bulwahn@...il.com
Subject: Re: [PATCH v3] checkpatch: extend attributes check to handle more
patterns
On 10/24/20 4:21 PM, Joe Perches wrote:
>> + if (exists($attr_list{$curr_attr})) {
>> + my $new = $attr_list{$curr_attr};
>> + WARN("PREFER_DEFINED_ATTRIBUTE_MACRO",
>> + "$new$params is preffered over __attribute__(($attr))\n" . $herecurr);
preferred
Sorry if that has already been mentioned.
--
~Randy
Powered by blists - more mailing lists