Skip to content

Commit

Permalink
include/asm-generic/pgtable.h: fix unbalanced parenthesis
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Reviewed-by: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Nicolas Kaiser authored and Linus Torvalds committed Jun 16, 2011
1 parent 9e6f343 commit 49b24d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-generic/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 49b24d6

Please sign in to comment.