From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261337AbUL2Jvu (ORCPT ); Wed, 29 Dec 2004 04:51:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261338AbUL2Jvu (ORCPT ); Wed, 29 Dec 2004 04:51:50 -0500 Received: from levante.wiggy.net ([195.85.225.139]:12233 "EHLO mx1.wiggy.net") by vger.kernel.org with ESMTP id S261337AbUL2Jvf (ORCPT ); Wed, 29 Dec 2004 04:51:35 -0500 Date: Wed, 29 Dec 2004 10:51:30 +0100 From: Wichert Akkerman To: =?iso-8859-1?Q?J=F6rn?= Engel Cc: Jesper Juhl , Alan Cox , Steve French , Steve French , samba-technical , Linux Kernel Mailing List Subject: Re: [patch 2/3] whitespace cleanups in fs/cifs/file.c Message-ID: <20041229095129.GI24603@wiggy.net> Mail-Followup-To: =?iso-8859-1?Q?J=F6rn?= Engel , Jesper Juhl , Alan Cox , Steve French , Steve French , samba-technical , Linux Kernel Mailing List References: <1104104286.16545.7.camel@localhost.localdomain> <20041229015716.GB29323@wohnheim.fh-wedel.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20041229015716.GB29323@wohnheim.fh-wedel.de> User-Agent: Mutt/1.5.6+20040907i X-SA-Exim-Connect-IP: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Previously Jörn Engel wrote: > On Wed, 29 December 2004 00:52:32 +0100, Jesper Juhl wrote: > > -static int cifs_relock_file(struct cifsFileInfo * cifsFile) > > +static int > > +cifs_relock_file(struct cifsFileInfo *cifsFile) > > Linus viciously prefers to keep return type and function name on a > single line. I cannot quite follow his reasoning, but would leave > that part out, unless explicitly requested by Steve. If they are on a single line grep will find the return type as well which is extremely convenient. Wichert. -- Wichert Akkerman It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.