From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH 1/3] xen/arm: fix a typo in comment of PLATFORM_QUIRK_DOM0_MAPPING_11 Date: Mon, 21 Oct 2013 17:42:55 +0100 Message-ID: <5265598F.50807@linaro.org> References: <1381826731-7044-1-git-send-email-baozich@gmail.com> <1381826731-7044-2-git-send-email-baozich@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1381826731-7044-2-git-send-email-baozich@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Chen Baozi Cc: Ian Campbell , Xen Developer List List-Id: xen-devel@lists.xenproject.org (+ Ian Campbell in CC) On 10/15/2013 09:45 AM, Chen Baozi wrote: > > Signed-off-by: Chen Baozi If you don't mind, I think this patch can go upstream :). Acked-by: Julien Grall > --- > xen/include/asm-arm/platform.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/include/asm-arm/platform.h b/xen/include/asm-arm/platform.h > index dbd2a15..43afebb 100644 > --- a/xen/include/asm-arm/platform.h > +++ b/xen/include/asm-arm/platform.h > @@ -41,7 +41,7 @@ struct platform_desc { > > /* > * Quirk to map dom0 memory in 1:1 > - * Usefull on platform where System MMU is not yet implemented > + * Useful on platform where System MMU is not yet implemented > */ > #define PLATFORM_QUIRK_DOM0_MAPPING_11 (1 << 0) > > -- Julien Grall