From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id E3D50DE024 for ; Fri, 12 Jan 2007 06:14:36 +1100 (EST) Date: Thu, 11 Jan 2007 19:14:25 +0000 From: Christoph Hellwig To: Hoang-Nam Nguyen Subject: Re: [PATCH/RFC 2.6.21 1/5] ehca: declaration of queue structures Message-ID: <20070111191425.GA24623@infradead.org> References: <200701112007.49620.hnguyen@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200701112007.49620.hnguyen@linux.vnet.ibm.com> Cc: Roland Dreier , linux-kernel@vger.kernel.org, openib-general@openib.org, openfabrics-ewg@openib.org, hch@infradead.org, linuxppc-dev@ozlabs.org, raisch@de.ibm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jan 11, 2007 at 08:07:49PM +0100, Hoang-Nam Nguyen wrote: > -#define ehca_alloc_fw_ctrlblock(flags) ((void *) get_zeroed_page(flags)) > +#define ehca_alloc_fw_ctrlblock(flags) ((void*) get_zeroed_page(flags)) This indentation changes moves away from the preffered form. Except for that the patch looks fine.