All of lore.kernel.org
 help / color / mirror / Atom feed
From: Norbert Manthey <nmanthey@amazon.de>
To: xen-devel@lists.xenproject.org, Jan Beulich <jbeulich@suse.com>,
	George Dunlap <george.dunlap@citrix.com>
Cc: Elizabeth Polgreen <polgreen@amazon.de>,
	Norbert Manthey <nmanthey@amazon.de>
Subject: [goto-label] memory: fix label syntax
Date: Tue, 31 Jul 2018 09:18:18 +0200	[thread overview]
Message-ID: <1533021498-21452-1-git-send-email-nmanthey@amazon.de> (raw)

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

             reply	other threads:[~2018-07-31  7:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-31  7:18 Norbert Manthey [this message]
2018-07-31  7:48 ` [goto-label] memory: fix label syntax 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1533021498-21452-1-git-send-email-nmanthey@amazon.de \
    --to=nmanthey@amazon.de \
    --cc=george.dunlap@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=polgreen@amazon.de \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.