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

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.