2017-12-22 16:41:34

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] doc: md: Fix a file name to md-fault.c in fault-injection.txt

drivers/md/faulty.c has been renamed to md-faulty.c after
following commit merged int to the main line.

935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8 .

But the file name in fault-injection.txt has not been changed.
Now the actual file name and document are in sync.

Signed-off-by: Masanari Iida <[email protected]>
---
Documentation/fault-injection/fault-injection.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/fault-injection/fault-injection.txt b/Documentation/fault-injection/fault-injection.txt
index 918972babcd8..1c0bfbbf7869 100644
--- a/Documentation/fault-injection/fault-injection.txt
+++ b/Documentation/fault-injection/fault-injection.txt
@@ -1,7 +1,7 @@
Fault injection capabilities infrastructure
===========================================

-See also drivers/md/faulty.c and "every_nth" module option for scsi_debug.
+See also drivers/md/md-faulty.c and "every_nth" module option for scsi_debug.


Available fault injection capabilities
--
2.15.1.433.g936d1b989416


2018-01-01 19:49:21

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] doc: md: Fix a file name to md-fault.c in fault-injection.txt

On Sat, 23 Dec 2017 01:41:21 +0900
Masanari Iida <[email protected]> wrote:

> drivers/md/faulty.c has been renamed to md-faulty.c after
> following commit merged int to the main line.
>
> 935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8 .
>
> But the file name in fault-injection.txt has not been changed.
> Now the actual file name and document are in sync.
>
Applied to the docs tree, thanks.

jon