Skip to content

Commit

Permalink
fs/dax.c: fix typo in #endif comment
Browse files Browse the repository at this point in the history
Fix typo s/CONFIG_TRANSPARENT_HUGEPAGES/CONFIG_TRANSPARENT_HUGEPAGE/ in
#endif comment introduced by commit 2b26a9206d6a ("dax: add huge page
fault support").

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Valentin Rothberg authored and Linus Torvalds committed Sep 8, 2015
1 parent acd76e7 commit dd8a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/dax.c
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,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
Expand Down

0 comments on commit dd8a2b6

Please sign in to comment.