From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/3] xen: arm: Fix typo "Falltrough" Date: Wed, 25 Mar 2015 15:37:16 +0000 Message-ID: <1427297836.10784.88.camel@citrix.com> References: <1427297660-26447-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1427297660-26447-1-git-send-email-ian.campbell@citrix.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: xen-devel@lists.xen.org Cc: julien.grall@linaro.org, tim@xen.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Wed, 2015-03-25 at 15:34 +0000, Ian Campbell wrote: Sigh, I remembered just too late that without a cover letter git doesn't chain things, sorry. I should stop being so lazy... > Signed-off-by: Ian Campbell > --- > xen/arch/arm/domain.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/arch/arm/domain.c b/xen/arch/arm/domain.c > index fdba081..939d8cd 100644 > --- a/xen/arch/arm/domain.c > +++ b/xen/arch/arm/domain.c > @@ -742,7 +742,7 @@ int domain_relinquish_resources(struct domain *d) > { > case RELMEM_not_started: > d->arch.relmem = RELMEM_xen; > - /* Falltrough */ > + /* Fallthrough */ > > case RELMEM_xen: > ret = relinquish_memory(d, &d->xenpage_list);