From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18390.9349.330212.214849@cargo.ozlabs.ibm.com> Date: Tue, 11 Mar 2008 17:19:49 +1100 From: Paul Mackerras To: Manish Ahuja Subject: Re: [PATCH 6/8] pseries: phyp dump: Invalidate and print dump areas. In-Reply-To: <47C75292.6000705@austin.ibm.com> References: <47B90F55.2080606@austin.ibm.com> <1203641584.15378.2.camel@concordia.ozlabs.ibm.com> <47C74A66.1060105@austin.ibm.com> <47C75292.6000705@austin.ibm.com> Cc: linuxppc-dev@ozlabs.org, linasvepstas@gmail.com, mahuja@us.ibm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Manish Ahuja writes: > -static void > -release_memory_range(unsigned long start_pfn, unsigned long nr_pages) > +static > +void release_memory_range(unsigned long start_pfn, unsigned long nr_pages) This change looks rather pointless. If you have to change it, I'd prefer: static void release_memory_range(unsigned long start_pfn, unsigned long nr_pages) Paul.