From: Valentin Rothberg Date: Tue, 8 Sep 2015 21:59:09 +0000 (-0700) Subject: fs/dax.c: fix typo in #endif comment X-Git-Tag: v4.1.12-92~18^2^2~107 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=74f03b4bab2a9c437d0d7643a748a21b541bf39e;p=users%2Fjedix%2Flinux-maple.git fs/dax.c: fix typo in #endif comment Orabug: 22913653 Fix typo s/CONFIG_TRANSPARENT_HUGEPAGES/CONFIG_TRANSPARENT_HUGEPAGE/ in fault support"). Signed-off-by: Valentin Rothberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds (cherry picked from commit dd8a2b6c29a3221c19ab475c8408fc2b914ccfab) Signed-off-by: Dan Duval --- diff --git a/fs/dax.c b/fs/dax.c index 7a099553507ba..acb3943f14636 100644 --- a/fs/dax.c +++ b/fs/dax.c @@ -657,7 +657,7 @@ int dax_pmd_fault(struct vm_area_struct *vma, unsigned long address, return result; } EXPORT_SYMBOL_GPL(dax_pmd_fault); -#endif /* CONFIG_TRANSPARENT_HUGEPAGES */ +#endif /* CONFIG_TRANSPARENT_HUGEPAGE */ /** * dax_pfn_mkwrite - handle first write to DAX page