Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752187AbYLYILf (ORCPT ); Thu, 25 Dec 2008 03:11:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751042AbYLYIL0 (ORCPT ); Thu, 25 Dec 2008 03:11:26 -0500 Received: from mail.ukfsn.org ([77.75.108.10]:41069 "EHLO mail.ukfsn.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750948AbYLYILZ (ORCPT ); Thu, 25 Dec 2008 03:11:25 -0500 Date: Thu, 25 Dec 2008 08:11:20 +0000 From: Nick Warne To: LKML , linux-ext4@vger.kernel.org Subject: Re: [PATCH] EXT4: super.c - remove extraneous newline Message-ID: <20081225081120.3100c23e@sauron.linicks.net> In-Reply-To: <20081225080647.6890d867@sauron.linicks.net> References: <20081225080647.6890d867@sauron.linicks.net> X-Mailer: Claws Mail 3.6.1 (GTK+ 2.12.9; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1618 Lines: 57 On Thu, 25 Dec 2008 08:06:47 +0000 Nick Warne wrote: > Sorry, I just realised I forgot to finish typing the correct subject > line in my earlier mail :-) Please ignore earlier mail with the same > patch. > > Applies to stable 2.6.28. > > Remove extraneous newline that creates empty print line > in boot logs. > > Signed-off-by: Nick Warne > > --- linux-2.6.28/fs/ext4/super.cORIG 2008-12-25 > 01:35:49.156527726 +0000 +++ linux-2.6.28/fs/ext4/super.c > 2008-12-25 01:36:50.914527855 +0000 @@ -1973,7 +1973,7 @@ > else > ext4_warning(sb, __func__, > "extents feature not enabled on this > filesystem, " > - "use tune2fs.\n"); > + "use tune2fs."); > > /* > * enable delayed allocation by default > Sigh... this is mangled. Sorry for the noise :-( Applies to stable 2.6.28. Remove extraneous newline that creates empty print line in boot logs. Signed-off-by: Nick Warne --- linux-2.6.28/fs/ext4/super.cORIG 2008-12-25 01:35:49.156527726 +0000 +++ linux-2.6.28/fs/ext4/super.c 2008-12-25 01:36:50.914527855 +0000 @@ -1973,7 +1973,7 @@ else ext4_warning(sb, __func__, "extents feature not enabled on this filesystem, " - "use tune2fs.\n"); + "use tune2fs."); /* * enable delayed allocation by default -- Free Software Foundation Associate Member 5508 http://linicks.net/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/