fault injection: correct function names in documentation

init_fault_attr_entries() should be init_fault_attr_dentries().

cleanup_fault_attr_entries() should be cleanup_fault_attr_dentries().

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Anton Blanchard and committed by Linus Torvalds a225a5cc 094e9539

+2 -2
+2 -2
Documentation/fault-injection/fault-injection.txt
··· 143 failslab, fail_page_alloc, and fail_make_request use this way. 144 Helper functions: 145 146 - init_fault_attr_entries(entries, attr, name); 147 - void cleanup_fault_attr_entries(entries); 148 149 - module parameters 150
··· 143 failslab, fail_page_alloc, and fail_make_request use this way. 144 Helper functions: 145 146 + init_fault_attr_dentries(entries, attr, name); 147 + void cleanup_fault_attr_dentries(entries); 148 149 - module parameters 150