From: Nicolas Kaiser Date: Wed, 15 Jun 2011 22:08:34 +0000 (-0700) Subject: include/asm-generic/pgtable.h: fix unbalanced parenthesis X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=49b24d6b41c576ba43153fc94695f871cce139a5;p=linux-beck.git include/asm-generic/pgtable.h: fix unbalanced parenthesis Signed-off-by: Nicolas Kaiser Reviewed-by: Andrea Arcangeli Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h index e9b8e5926bef..76bff2bff15e 100644 --- a/include/asm-generic/pgtable.h +++ b/include/asm-generic/pgtable.h @@ -88,7 +88,7 @@ static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm, pmd_t pmd = *pmdp; pmd_clear(mm, address, pmdp); return pmd; -}) +} #endif /* CONFIG_TRANSPARENT_HUGEPAGE */ #endif