Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756575AbdLVQle (ORCPT ); Fri, 22 Dec 2017 11:41:34 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:32834 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753466AbdLVQl3 (ORCPT ); Fri, 22 Dec 2017 11:41:29 -0500 X-Google-Smtp-Source: ACJfBovRQLIrRRfCwWAqYZmg8nouo4bLO8r0sNQPyyZhoizCw/unBHktySV6vCRgxkMdBCOWueZ5DA== From: Masanari Iida To: snitzer@redhat.com, shli@fb.com, linux-kernel@vger.kernel.org, corbet@lwn.net, linux-raid@vger.kernel.org Cc: linux-doc@vger.kernel.org, Masanari Iida Subject: [PATCH] doc: md: Fix a file name to md-fault.c in fault-injection.txt Date: Sat, 23 Dec 2017 01:41:21 +0900 Message-Id: <20171222164121.18054-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.15.1.433.g936d1b989416 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1032 Lines: 28 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 --- 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