All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][POWERPC] Fix missing '{' for mm.c in xen-unstable
@ 2007-07-06 15:24 Jerone Young
  2007-07-06 15:33 ` [XenPPC] " Hollis Blanchard
  0 siblings, 1 reply; 3+ messages in thread
From: Jerone Young @ 2007-07-06 15:24 UTC (permalink / raw)
  To: xen-ppc-devel, xen-devel

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;

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

* Re: [XenPPC] [PATCH][POWERPC] Fix missing '{' for mm.c in xen-unstable
  2007-07-06 15:24 [PATCH][POWERPC] Fix missing '{' for mm.c in xen-unstable Jerone Young
@ 2007-07-06 15:33 ` Hollis Blanchard
  2007-07-06 15:35   ` Keir Fraser
  0 siblings, 1 reply; 3+ messages in thread
From: Hollis Blanchard @ 2007-07-06 15:33 UTC (permalink / raw)
  To: jyoung5; +Cc: xen-devel, xen-ppc-devel

On Fri, 2007-07-06 at 10:24 -0500, Jerone Young wrote:
> 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;

Doh, thanks. I have had this locally, but apparently forgot to push
it...

I will apply to the PPC tree, along with a few other changes, and push
upstream later.

-- 
Hollis Blanchard
IBM Linux Technology Center

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

* Re: Re: [XenPPC] [PATCH][POWERPC] Fix missing '{' for mm.c in xen-unstable
  2007-07-06 15:33 ` [XenPPC] " Hollis Blanchard
@ 2007-07-06 15:35   ` Keir Fraser
  0 siblings, 0 replies; 3+ messages in thread
From: Keir Fraser @ 2007-07-06 15:35 UTC (permalink / raw)
  To: Hollis Blanchard, jyoung5; +Cc: xen-devel, xen-ppc-devel




On 6/7/07 16:33, "Hollis Blanchard" <hollisb@us.ibm.com> wrote:

> Doh, thanks. I have had this locally, but apparently forgot to push
> it...
> 
> I will apply to the PPC tree, along with a few other changes, and push
> upstream later.

Ah, I just threw it into the xen-unstable main tree.

 -- Keir

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

end of thread, other threads:[~2007-07-06 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06 15:24 [PATCH][POWERPC] Fix missing '{' for mm.c in xen-unstable Jerone Young
2007-07-06 15:33 ` [XenPPC] " Hollis Blanchard
2007-07-06 15:35   ` Keir Fraser

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.