[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210711052250.09828831@gmail.com>
Date: Sun, 11 Jul 2021 05:22:50 +0000
From: Vincent Pelletier <plr.vincent@...il.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Guenter Roeck <linux@...ck-us.net>,
Jean Delvare <jdelvare@...e.com>,
Jonathan Corbet <corbet@....net>,
Support Opensource <support.opensource@...semi.com>,
Lee Jones <lee.jones@...aro.org>, linux-hwmon@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
"Opensource [Steve Twiss]" <stwiss.opensource@...semi.com>
Subject: Re: [PATCH v3 2/3] hwmon: da9063: HWMON driver
Hello,
On Sat, 10 Jul 2021 21:58:33 -0700, Randy Dunlap <rdunlap@...radead.org> wrote:
> > Beyond what you suggested this also gets rid of:
> > - seems reasonable:
> > - linux/delay.h
> > - linux/init.h
> > - linux/slab.h
> > - looks suspicious to me:
> > - linux/err.h, which means the error constants are indirectly
> > imported. Removing it feels brittle.
> > - linux/kernel.h, although to my surprise a lot of c files do not
> > include it.
> >
> > By default I'll drop the former and keep the latter in the
> > next version, please let me know if another combination is preferred.
> >
>
> Hi,
>
> Please use Rule #1 from Documentation/process/submit-checklist.rst:
>
> 1) If you use a facility then #include the file that defines/declares
> that facility. Don't depend on other header files pulling in ones
> that you use.
>
> so if Enumbers (error numbers) are used, then #include the header file
> for that.
My mail was poorly phrased, sorry.
I meant that I intend to drop the includes from the "seems reasonable"
group, and to keep those from the "looks suspicious" group.
Regards,
--
Vincent Pelletier
GPG fingerprint 983A E8B7 3B91 1598 7A92 3845 CAC9 3691 4257 B0C1
Powered by blists - more mailing lists