[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100131061221.GK2996@kryten>
Date: Sun, 31 Jan 2010 17:12:21 +1100
From: Anton Blanchard <anton@...ba.org>
To: Akinobu Mita <akinobu.mita@...il.com>,
Greg Kroah-Hartman <gregkh@...e.de>
Cc: linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Subject: [PATCH] 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@...ba.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists