From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759367Ab0I0Nwx (ORCPT ); Mon, 27 Sep 2010 09:52:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35075 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755067Ab0I0Nww (ORCPT ); Mon, 27 Sep 2010 09:52:52 -0400 Message-ID: <4CA0A1A6.2050707@redhat.com> Date: Mon, 27 Sep 2010 08:52:38 -0500 From: Eric Sandeen User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: "Ted Ts'o" , Tracey Dent , adilger.kernel@dilger.ca, jack@suse.cz, dmonakhov@openvz.org, sandeen@redhat.com, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/10] Fs: ext4: acl.c: fixed indent issue References: <1285439521-2557-1-git-send-email-tdent48227@gmail.com> <20100925235459.GA5299@thunk.org> In-Reply-To: <20100925235459.GA5299@thunk.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ted Ts'o wrote: > On Sat, Sep 25, 2010 at 02:31:52PM -0400, Tracey Dent wrote: >> From: Tracey Dent >> >> Found and corrected indent issue using checkpatch.pl >> >> Signed-off-by: Tracey Dent > > Patches that fix whitespace issues aren't really worthwhile. They > tend to cause extra work for the me as the maintainer, since it means > that patches that others send me end up failing due to whitespace > issues, which then have to be manually fixed up. > I second that sentiment, despite being guilty of similar patches to other subsystems in the distant past ;) I've seen the light. I would prefer that these not get merged. -Eric