[PATCH -mm] CONFIG_FAULT_INJECTION help text
From: Akinobu Mita
Date: Tue Nov 14 2006 - 16:13:20 EST
On Tue, Nov 14, 2006 at 09:02:49PM +0100, Adrian Bunk wrote:
> The FAULT_INJECTION option lacks a help text.
Thank you for pointing that out.
Subject: [PATCH -mm] CONFIG_FAULT_INJECTION help text
This patch add a help text for CONFIG_FAULT_INJECTION
Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx>
lib/Kconfig.debug | 3 +++
1 file changed, 3 insertions(+)
Index: work-fault-inject/lib/Kconfig.debug
===================================================================
--- work-fault-inject.orig/lib/Kconfig.debug
+++ work-fault-inject/lib/Kconfig.debug
@@ -477,6 +477,9 @@ config FAULT_INJECTION
depends on DEBUG_KERNEL
depends on STACKTRACE
select FRAME_POINTER
+ help
+ Provide fault-injection framework.
+ For more details, see Documentation/fault-injection/.
config FAILSLAB
bool "Fault-injection capability for kmalloc"
-
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/