From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752146AbXCPOTW (ORCPT ); Fri, 16 Mar 2007 10:19:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752169AbXCPOTW (ORCPT ); Fri, 16 Mar 2007 10:19:22 -0400 Received: from mx1.redhat.com ([66.187.233.31]:53811 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752146AbXCPOTV (ORCPT ); Fri, 16 Mar 2007 10:19:21 -0400 From: David Howells In-Reply-To: <20070316151257.24238f2a@lxorguk.ukuu.org.uk> References: <20070316151257.24238f2a@lxorguk.ukuu.org.uk> <20070316133238.GA2173@infradead.org> <20070316125008.3740.44693.stgit@warthog.cambridge.redhat.com> <20070316125016.3740.96837.stgit@warthog.cambridge.redhat.com> <25094.1174053465@redhat.com> To: Alan Cox Cc: Christoph Hellwig , davem@davemloft.net, netdev@vger.kernel.org, herbert.xu@redhat.com, linux-kernel@vger.kernel.org, arjan@infradead.org Subject: Re: [PATCH 1/5] AF_RXRPC: Add blkcipher accessors for using kernel data directly [try #2] X-Mailer: MH-E 8.0; nmh 1.1; GNU Emacs 22.0.50 Date: Fri, 16 Mar 2007 14:19:02 +0000 Message-ID: <25477.1174054742@redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alan Cox wrote: > As do many things but the goal of the coding style is consistency and > almost all other code doesn't have the static inline wasting an extra > display line. Actually it doesn't waste an extra display line. Either the static inline is on a line of its own, or the first argument is on a line of its own. Either way it uses up two lines - unless you want to split it up further and have four lines as per Christoph's second suggestion (static inline / void / funcname / 1st arg). David