[Devel] [trivial PATCH linux-cr] BUG_ON paren mismatch
Serge E. Hallyn
serue at us.ibm.com
Tue Mar 2 09:37:20 PST 2010
Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
---
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
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list