[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1513611003.31581.71.camel@perches.com>
Date: Mon, 18 Dec 2017 07:30:03 -0800
From: Joe Perches <joe@...ches.com>
To: Knut Omang <knut.omang@...cle.com>, Jason Gunthorpe <jgg@...pe.ca>
Cc: Stephen Hemminger <stephen@...workplumber.org>,
linux-kernel@...r.kernel.org,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Nicolas Palix <nicolas.palix@...g.fr>,
Jonathan Corbet <corbet@....net>,
Santosh Shilimkar <santosh.shilimkar@...cle.com>,
Matthew Wilcox <willy@...radead.org>, cocci@...teme.lip6.fr,
rds-devel@....oracle.com, linux-rdma@...r.kernel.org,
linux-doc@...r.kernel.org, Doug Ledford <dledford@...hat.com>,
Mickaël Salaün <mic@...ikod.net>,
Shuah Khan <shuah@...nel.org>, linux-kbuild@...r.kernel.org,
Michal Marek <michal.lkml@...kovi.net>,
Julia Lawall <Julia.Lawall@...6.fr>,
John Haxby <john.haxby@...cle.com>,
Åsmund Østvold <asmund.ostvold@...cle.com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Kees Cook <keescook@...omium.org>, netdev@...r.kernel.org,
Gilles Muller <Gilles.Muller@...6.fr>,
"David S. Miller" <davem@...emloft.net>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
Håkon Bugge <haakon.bugge@...cle.com>,
Andy Whitcroft <apw@...onical.com>,
"Levin, Alexander (Sasha Levin)" <alexander.levin@...izon.com>
Subject: Re: [PATCH v2 0/5] Support for generalized use of make C={1,2} via
a wrapper program
On Mon, 2017-12-18 at 14:05 +0100, Knut Omang wrote:
> > Here is a list of the checkpatch messages for drivers/infiniband
> > sorted by type.
> >
> > Many of these might be corrected by using
> >
> > $ ./scripts/checkpatch.pl -f --fix-inplace --types=<TYPE> \
> > $(git ls-files drivers/infiniband/)
>
> Yes, and I already did that work piece by piece for individual types,
> just to test the runchecks tool, and want to post that set once the
> runchecks script and Makefile changes itself are in,
I think those are independent of any runcheck tool changes and
could be posted now. In general, don't keep patches in a local
tree waiting on some other unrelated patch.
Just fyi:
There is a script that helps automate checkpatch "by-type" conversions
with compilation, .o difference checking, and git commit editing.
https://lkml.org/lkml/2014/7/11/794
Powered by blists - more mailing lists