All of lore.kernel.org
 help / color / mirror / Atom feed
* [trivial PATCH linux-cr] BUG_ON paren mismatch
@ 2010-03-02 17:37 Serge E. Hallyn
       [not found] ` <20100302173720.GA15952-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2010-03-02 17:37 UTC (permalink / raw)
  To: Oren Laadan; +Cc: Linux Containers

Signed-off-by: Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
 mm/mmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/mmap.c b/mm/mmap.c
index a188a25..0e8ef05 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -2403,7 +2403,7 @@ int special_mapping_restore(struct ckpt_ctx *ctx,
 	 * requiring the same mapping (start address) as before.
 	 */
 
-	BUG_ON((h->vma_type != CKPT_VMA_VDSO);
+	BUG_ON(h->vma_type != CKPT_VMA_VDSO);
 
 #ifdef ARCH_HAS_SETUP_ADDITIONAL_PAGES
 #if defined(CONFIG_X86_64) && defined(CONFIG_COMPAT)
-- 
1.6.0.6

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

* Re: [trivial PATCH linux-cr] BUG_ON paren mismatch
       [not found] ` <20100302173720.GA15952-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2010-03-02 20:53   ` Oren Laadan
  0 siblings, 0 replies; 2+ messages in thread
From: Oren Laadan @ 2010-03-02 20:53 UTC (permalink / raw)
  To: Serge E. Hallyn; +Cc: Linux Containers


Yeah .. embarrassing ... I fixed locally already.

Serge E. Hallyn wrote:
> Signed-off-by: Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
> ---
>  mm/mmap.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/mm/mmap.c b/mm/mmap.c
> index a188a25..0e8ef05 100644
> --- a/mm/mmap.c
> +++ b/mm/mmap.c
> @@ -2403,7 +2403,7 @@ int special_mapping_restore(struct ckpt_ctx *ctx,
>  	 * requiring the same mapping (start address) as before.
>  	 */
>  
> -	BUG_ON((h->vma_type != CKPT_VMA_VDSO);
> +	BUG_ON(h->vma_type != CKPT_VMA_VDSO);
>  
>  #ifdef ARCH_HAS_SETUP_ADDITIONAL_PAGES
>  #if defined(CONFIG_X86_64) && defined(CONFIG_COMPAT)

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

end of thread, other threads:[~2010-03-02 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 17:37 [trivial PATCH linux-cr] BUG_ON paren mismatch Serge E. Hallyn
     [not found] ` <20100302173720.GA15952-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-03-02 20:53   ` Oren Laadan

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.