From: Jerone Young <jyoung5@us.ibm.com>
To: xen-ppc-devel <xen-ppc-devel@lists.xensource.com>,
xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH][POWERPC] Fix missing '{' for mm.c in xen-unstable
Date: Fri, 06 Jul 2007 10:24:43 -0500 [thread overview]
Message-ID: <1183735483.6042.4.camel@laptop> (raw)
A '{' was missing from conditional if statement.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
diff -r d54d47fc8c6c xen/arch/powerpc/mm.c
--- a/xen/arch/powerpc/mm.c Thu Jul 05 10:19:25 2007 +0100
+++ b/xen/arch/powerpc/mm.c Fri Jul 06 08:48:23 2007 -0500
@@ -187,7 +187,7 @@ int replace_grant_host_mapping(
unsigned long addr, unsigned long frame, unsigned long new_addr,
unsigned int flags)
{
- if (new_addr)
+ if (new_addr) {
printk("%s: new_addr not supported\n", __func__);
BUG();
return GNTST_general_error;
next reply other threads:[~2007-07-06 15:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-06 15:24 Jerone Young [this message]
2007-07-06 15:33 ` [XenPPC] [PATCH][POWERPC] Fix missing '{' for mm.c in xen-unstable Hollis Blanchard
2007-07-06 15:35 ` Keir Fraser
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=1183735483.6042.4.camel@laptop \
--to=jyoung5@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
--cc=xen-ppc-devel@lists.xensource.com \
/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.