Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49b24d6b authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by Linus Torvalds
Browse files

include/asm-generic/pgtable.h: fix unbalanced parenthesis

parent 9e6f3438
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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