Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264801AbTFWBdb (ORCPT ); Sun, 22 Jun 2003 21:33:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264802AbTFWBdb (ORCPT ); Sun, 22 Jun 2003 21:33:31 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:11651 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S264801AbTFWBdb (ORCPT ); Sun, 22 Jun 2003 21:33:31 -0400 Date: Mon, 23 Jun 2003 02:47:36 +0100 From: viro@parcelfarce.linux.theplanet.co.uk To: Andries.Brouwer@cwi.nl Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] loop.c - part 1 of many Message-ID: <20030623014736.GN6754@parcelfarce.linux.theplanet.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 561 Lines: 13 On Mon, Jun 23, 2003 at 03:27:51AM +0200, Andries.Brouwer@cwi.nl wrote: > -static int figure_loop_size(struct loop_device *lo) > +static int > +figure_loop_size(struct loop_device *lo) Please, don't. See recent flamewar re conversion from K&R style - splitting declaration before function name is a Bad Thing(tm). - 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/