All of lore.kernel.org
 help / color / mirror / Atom feed
* [goto-label] memory: fix label syntax
@ 2018-07-31  7:18 Norbert Manthey
  2018-07-31  7:48 ` Jan Beulich
  0 siblings, 1 reply; 9+ messages in thread
From: Norbert Manthey @ 2018-07-31  7:18 UTC (permalink / raw)
  To: xen-devel, Jan Beulich, George Dunlap; +Cc: Elizabeth Polgreen, Norbert Manthey

To be able to compile Xen with gotocc, the label statement has to be
followed by a semicolon.

Reported-by: Elizabeth Polgreen <polgreen@amazon.de>
Signed-off-by: Norbert Manthey <nmanthey@amazon.de>
---
 xen/common/memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/common/memory.c b/xen/common/memory.c
index 75010b7..e29d596 100644
--- a/xen/common/memory.c
+++ b/xen/common/memory.c
@@ -387,7 +387,7 @@ int guest_remove_page(struct domain *d, unsigned long gmfn)
         put_page(page);
 
     put_page(page);
- out_put_gfn: __maybe_unused
+ out_put_gfn: __maybe_unused;
     put_gfn(d, gmfn);
 
     /*
-- 
2.7.4

Amazon Development Center Germany GmbH
Berlin - Dresden - Aachen
main office: Krausenstr. 38, 10117 Berlin
Geschaeftsfuehrer: Dr. Ralf Herbrich, Christian Schlaeger
Ust-ID: DE289237879
Eingetragen am Amtsgericht Charlottenburg HRB 149173 B


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-07-31  9:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-31  7:18 [goto-label] memory: fix label syntax Norbert Manthey
2018-07-31  7:48 ` Jan Beulich
2018-07-31  8:32   ` Norbert Manthey
2018-07-31  8:42     ` Jan Beulich
2018-07-31  8:56       ` [goto-label v2] " Norbert Manthey
     [not found]         ` <5B601EC50200002B04CC06FC@prv1-mh.provo.novell.com>
     [not found]           ` <5B60243D0200005904CC0BD5@prv1-mh.provo.novell.com>
2018-07-31  9:18             ` Jan Beulich
2018-07-31  9:24               ` Wei Liu
2018-07-31  9:27                 ` Jan Beulich
2018-07-31  9:29                   ` Wei Liu

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.