[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqJju36BZPK6DJab28Ne-ORpEyPpxH0H4DuymxFMabpMRQ@mail.gmail.com>
Date: Fri, 13 Sep 2019 15:26:18 +0100
From: Rob Herring <robherring2@...il.com>
To: Joe Perches <joe@...ches.com>
Cc: Bart Van Assche <bvanassche@....org>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Dan Williams <dan.j.williams@...el.com>,
Dave Jiang <dave.jiang@...el.com>,
ksummit <ksummit-discuss@...ts.linuxfoundation.org>,
linux-nvdimm <linux-nvdimm@...ts.01.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Steve French <stfrench@...rosoft.com>,
Vishal Verma <vishal.l.verma@...el.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Dmitry Vyukov <dvyukov@...gle.com>,
"Tobin C. Harding" <me@...in.cc>
Subject: Re: [Ksummit-discuss] [PATCH v2 0/3] Maintainer Entry Profiles
On Fri, Sep 13, 2019 at 3:12 PM Joe Perches <joe@...ches.com> wrote:
>
> On Thu, 2019-09-12 at 13:01 -0700, Bart Van Assche wrote:
>
> > Another argument in favor of W=1 is that the formatting of kernel-doc
> > headers is checked only if W=1 is passed to make.
>
> Actually, but for the fact there are far too many
> to generally enable that warning right now,
> (an x86-64 defconfig has more than 1000)
> that sounds pretty reasonable to me.
It's in the 1000s on arm because W=1 turns on more checks in building
.dts files. There are lots of duplicates as most of the dts content is
as an include file (e.g. board dts includes soc dts).
We could shift the dts checks to W=2 (and what's enabled by W=2 now to
3) I guess.
Why not just promote what doesn't give false or still noisy warnings
out of W=1 to be the default?
Rob
Powered by blists - more mailing lists