Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759308AbdLRPaO (ORCPT ); Mon, 18 Dec 2017 10:30:14 -0500 Received: from smtprelay0021.hostedemail.com ([216.40.44.21]:41571 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758747AbdLRPaL (ORCPT ); Mon, 18 Dec 2017 10:30:11 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: X-HE-Tag: jar39_d42096e3b12 X-Filterd-Recvd-Size: 3016 Message-ID: <1513611003.31581.71.camel@perches.com> Subject: Re: [PATCH v2 0/5] Support for generalized use of make C={1,2} via a wrapper program From: Joe Perches To: Knut Omang , Jason Gunthorpe Cc: Stephen Hemminger , linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , Nicolas Palix , Jonathan Corbet , Santosh Shilimkar , Matthew Wilcox , cocci@systeme.lip6.fr, rds-devel@oss.oracle.com, linux-rdma@vger.kernel.org, linux-doc@vger.kernel.org, Doug Ledford , =?ISO-8859-1?Q?Micka=EBl_Sala=FCn?= , Shuah Khan , linux-kbuild@vger.kernel.org, Michal Marek , Julia Lawall , John Haxby , =?ISO-8859-1?Q?=C5smund_=D8stvold?= , Masahiro Yamada , Kees Cook , netdev@vger.kernel.org, Gilles Muller , "David S. Miller" , "Paul E. McKenney" , =?ISO-8859-1?Q?H=E5kon?= Bugge , Andy Whitcroft , "Levin, Alexander (Sasha Levin)" Date: Mon, 18 Dec 2017 07:30:03 -0800 In-Reply-To: <1513602315.22938.49.camel@oracle.com> References: <20171216094745.5e41ac51@xeon-e3> <1513476850.31439.108.camel@oracle.com> <20171218050043.GA1307@ziepe.ca> <1513576817.31581.58.camel@perches.com> <1513602315.22938.49.camel@oracle.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.26.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 23 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= \ > > $(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