Re: [PATCH v1 1/1] checkpatch: Don't warn on "orhapned" DT schema file

From: Andy Shevchenko
Date: Mon Oct 27 2025 - 05:20:36 EST


On Mon, Oct 27, 2025 at 10:06:35AM +0100, Andy Shevchenko wrote:
> Currently checkpatch warns is the DT schema file is absent in MAINTAINERS.
> However the DT schema files are self-contained in this sense and
> have embedded information about maintainers of it. This is a requirement.
> Hence, avoid checkpatch warning about it.

...

> + ($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) {
> + if ($realfile =~ m@^include/asm/@) {

Crap. I forgot leftovers once again, v2 is coming soon...

--
With Best Regards,
Andy Shevchenko