From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH 01 of 18] x86/mm: Code style fixes in mem_sharing.c Date: Thu, 8 Dec 2011 11:11:18 +0000 Message-ID: <20111208111118.GA82565@ocelot.phlegethon.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andres Lagar-Cavilla Cc: xen-devel@lists.xensource.com, ian.campbell@citrix.com, andres@gridcentric.ca, keir.xen@gmail.com, JBeulich@suse.com, ian.jackson@citrix.com, adin@gridcentric.ca List-Id: xen-devel@lists.xenproject.org At 02:47 -0500 on 08 Dec (1323312436), Andres Lagar-Cavilla wrote: > Harmless patch, with no functional changes, only code style issues. > > Signed-off-by: Andres Lagar-Cavilla ... > - return -2; > + return 0; Ahem. :) Tim.