From mboxrd@z Thu Jan 1 00:00:00 1970 From: ANNIE LI Subject: Re: [PATCH 3/4] xen/granttable: Grant tables V2 implementation Date: Tue, 22 Nov 2011 18:02:12 +0800 Message-ID: <4ECB7324.9080008@oracle.com> References: <4ECA416D.90602@oracle.com> <1321927161-3987-1-git-send-email-annie.li@oracle.com> <1321954186.3664.403.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1321954186.3664.403.camel@zakaz.uk.xensource.com> Sender: linux-kernel-owner@vger.kernel.org To: Ian Campbell Cc: "xen-devel@lists.xensource.com" , "linux-kernel@vger.kernel.org" , "konrad.wilk@oracle.com" , "jeremy@goop.org" , "kurt.hackel@oracle.com" , Paul Durrant List-Id: xen-devel@lists.xenproject.org On 2011-11-22 17:29, Ian Campbell wrote: > On Tue, 2011-11-22 at 01:59 +0000, annie.li@oracle.com wrote: > [...] >> +#ifdef CONFIG_X86 >> + barrier(); >> +#else >> + mb(); >> +#endif >> + } > Niggle: Indentation of this final } is off. Sorry, I did not notice that. > Otherwise all 4 patches: > Acked-by: Ian Campbell > > [...] Thanks, I will resend those patches after above indentation issue is fixed. Thanks. Thanks Annie