[trivial PATCH linux-cr] BUG_ON paren mismatch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Serge E. Hallyn <serue@xxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers

[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux