[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4d32f0db-0ab3-6a4d-9428-16e0651fbe29@gmail.com>
Date: Fri, 23 Oct 2020 12:08:25 +0530
From: Aditya <yashsri421@...il.com>
To: Joe Perches <joe@...ches.com>
Cc: linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
lukas.bulwahn@...il.com, dwaipayanray1@...il.com
Subject: Re: [PATCH v2] checkpatch: fix false positives in REPEATED_WORD
warning
On 23/10/20 12:03 pm, Aditya wrote:
> However, though such cases haven't occurred over v6..v8.
>
> Actually, we could simplify it more on the basis of occurrences in
> v6..v8, for eg. if we check for /[0-9c-f][0-9a-f]+/ (instead of
> /[0-9a-f]{2,}/), it gives us desired result over v6..v8, but again
> we'll miss out cases such as:
>
Sorry, v5.6..v5.8
Powered by blists - more mailing lists