[PATCH] fault injection: Correct function names in documentation

From: Anton Blanchard
Date: Sun Jan 31 2010 - 01:13:29 EST



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@xxxxxxxxx>
---

Index: linux-cpumask/Documentation/fault-injection/fault-injection.txt
===================================================================
--- linux-cpumask.orig/Documentation/fault-injection/fault-injection.txt 2010-01-30 17:20:54.147210801 +1100
+++ linux-cpumask/Documentation/fault-injection/fault-injection.txt 2010-01-31 17:11:10.737211232 +1100
@@ -143,8 +143,8 @@ o provide a way to configure fault attri
failslab, fail_page_alloc, and fail_make_request use this way.
Helper functions:

- init_fault_attr_entries(entries, attr, name);
- void cleanup_fault_attr_entries(entries);
+ init_fault_attr_dentries(entries, attr, name);
+ void cleanup_fault_attr_dentries(entries);

- module parameters

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/