Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753398AbYHMIHK (ORCPT ); Wed, 13 Aug 2008 04:07:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752099AbYHMIGz (ORCPT ); Wed, 13 Aug 2008 04:06:55 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:35970 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751835AbYHMIGy (ORCPT ); Wed, 13 Aug 2008 04:06:54 -0400 Date: Wed, 13 Aug 2008 01:06:05 -0700 From: Andrew Morton To: Ingo Molnar Cc: Shaohua Li , lkml , Arjan van de Ven Subject: Re: [patch]fastboot: remove duplicate unpack_to_rootfs() Message-Id: <20080813010605.b4a55f9b.akpm@linux-foundation.org> In-Reply-To: <20080813075236.GA8052@elte.hu> References: <1218607669.3463.9.camel@sli10-desk.sh.intel.com> <20080813074503.GB398@elte.hu> <20080813075236.GA8052@elte.hu> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-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: 581 Lines: 17 On Wed, 13 Aug 2008 09:52:36 +0200 Ingo Molnar wrote: > no-newline-before-return: > > kfree(header_buf); > return message; > } I accidentally delete those newlines when nobody is looking. They don't seem worth the space they consume. (what do we do with a function which has multiple `return's?) -- 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/