Hi,
Is this typo already fixed in anybody's tree?
I think this is config's description and worth fixing.
Thanks,
==
The last 't' of 'fault' is missing in the description of FAIL_IO_TIMEOUT.
Signed-off-by: Takuya Yoshikawa <[email protected]>
---
lib/Kconfig.debug | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e722e9d..dfdc034 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -937,7 +937,7 @@ config FAIL_MAKE_REQUEST
Provide fault-injection capability for disk IO.
config FAIL_IO_TIMEOUT
- bool "Faul-injection capability for faking disk interrupts"
+ bool "Fault-injection capability for faking disk interrupts"
depends on FAULT_INJECTION && BLOCK
help
Provide fault-injection capability on end IO handling. This
--
1.7.0.4
On Wed, 21 Jul 2010, Takuya Yoshikawa wrote:
> Is this typo already fixed in anybody's tree?
> I think this is config's description and worth fixing.
It's still present in linux-next, so I have applied your fix now. Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.