All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] xen: arm: Fix typo "Falltrough"
@ 2015-03-25 15:34 Ian Campbell
  2015-03-25 15:37 ` Ian Campbell
  2015-03-25 19:37 ` Julien Grall
  0 siblings, 2 replies; 4+ messages in thread
From: Ian Campbell @ 2015-03-25 15:34 UTC (permalink / raw)
  To: xen-devel; +Cc: julien.grall, tim, Ian Campbell, stefano.stabellini

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 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);
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/3] xen: arm: Fix typo "Falltrough"
  2015-03-25 15:34 [PATCH 1/3] xen: arm: Fix typo "Falltrough" Ian Campbell
@ 2015-03-25 15:37 ` Ian Campbell
  2015-03-25 19:37 ` Julien Grall
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2015-03-25 15:37 UTC (permalink / raw)
  To: xen-devel; +Cc: julien.grall, tim, stefano.stabellini

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 <ian.campbell@citrix.com>
> ---
>  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);

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/3] xen: arm: Fix typo "Falltrough"
  2015-03-25 15:34 [PATCH 1/3] xen: arm: Fix typo "Falltrough" Ian Campbell
  2015-03-25 15:37 ` Ian Campbell
@ 2015-03-25 19:37 ` Julien Grall
  2015-03-30  9:07   ` Ian Campbell
  1 sibling, 1 reply; 4+ messages in thread
From: Julien Grall @ 2015-03-25 19:37 UTC (permalink / raw)
  To: Ian Campbell, xen-devel; +Cc: tim, stefano.stabellini

Hi Ian,

On 25/03/15 15:34, Ian Campbell wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Reviewed-by: Julien Grall <julien.grall@linaro.org>

Regards,

> ---
>  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);
> 


-- 
Julien Grall

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/3] xen: arm: Fix typo "Falltrough"
  2015-03-25 19:37 ` Julien Grall
@ 2015-03-30  9:07   ` Ian Campbell
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2015-03-30  9:07 UTC (permalink / raw)
  To: Julien Grall; +Cc: stefano.stabellini, tim, xen-devel

On Wed, 2015-03-25 at 19:37 +0000, Julien Grall wrote:
> Hi Ian,
> 
> On 25/03/15 15:34, Ian Campbell wrote:
> > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> 
> Reviewed-by: Julien Grall <julien.grall@linaro.org>

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-30  9:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-25 15:34 [PATCH 1/3] xen: arm: Fix typo "Falltrough" Ian Campbell
2015-03-25 15:37 ` Ian Campbell
2015-03-25 19:37 ` Julien Grall
2015-03-30  9:07   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.