From 74f03b4bab2a9c437d0d7643a748a21b541bf39e Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 8 Sep 2015 14:59:09 -0700 Subject: [PATCH] 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 --- fs/dax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/dax.c b/fs/dax.c index 7a099553507b..acb3943f1463 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 -- 2.50.1