From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932630AbbKQTmC (ORCPT ); Tue, 17 Nov 2015 14:42:02 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:33127 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932462AbbKQTl6 (ORCPT ); Tue, 17 Nov 2015 14:41:58 -0500 From: Joshua Clayton To: linux-arm-kernel@lists.infradead.org Cc: Mark Brown , Jonathan Corbet , Adrian Remonda , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org Subject: Re: [PATCH 7/8] tools/Makefile: minor whitespace cleanup Date: Tue, 17 Nov 2015 11:41:53 -0800 Message-ID: <1991766.ZT1k1WV0Gv@jclayton-pc> User-Agent: KMail/5.0.2 (Linux/4.2.0-18-generic; KDE/5.15.0; x86_64; ; ) In-Reply-To: <20151117180924.GZ31303@sirena.org.uk> References: <155366ac799345f42c8c342609ffa11b2df529b0.1447773299.git.stillcompiling@gmail.com> <20151117180924.GZ31303@sirena.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, November 17, 2015 06:09:24 PM Mark Brown wrote: > On Tue, Nov 17, 2015 at 07:24:27AM -0800, Joshua Clayton wrote: > > Signed-off-by: Joshua Clayton > > --- > > tools/Makefile | 37 ++++++++++++++++++++++++++++++------- > > 1 file changed, 30 insertions(+), 7 deletions(-) > > > > diff --git a/tools/Makefile b/tools/Makefile > > index 9a617ad..428fb4d 100644 > > --- a/tools/Makefile > > +++ b/tools/Makefile > > @@ -80,10 +80,21 @@ turbostat_install x86_energy_perf_policy_install: > > tmon_install: > > $(call descend,thermal/$(@:_install=),install) > > > > -install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \ > > - perf_install selftests_install turbostat_install usb_install \ > > - virtio_install vm_install net_install x86_energy_perf_policy_install \ > > - tmon > > +install: acpi_install \ > > + cgroup_install \ > > + cpupower_install \ > > + hv_install \ > > + firewire_install \ > > + lguest_install \ > > + perf_install \ > > + selftests_install \ > > + tmon \ > > + turbostat_install \ > > + usb_install \ > > + virtio_install \ > > + vm_install \ > > + net_install \ > > + x86_energy_perf_policy_install > > This isn't a whitespace cleanup, this is a substantial reindentation of > the file :( Please ensure your changelogs are accurate and in general > try to avoid mixing this sort of invasive stylistic change in with other > patch serieses, it reduces the potential for conflicts. Um. Inability to resist Makefile cleanup is a weakness of mine. It is a tangent from the rest of the series so I'll drop it. -- ~Joshua Clayton