[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_3EA07E65C43816C2A8402DC655CF98916B06@qq.com>
Date: Wed, 14 Feb 2024 19:40:08 +0800
From: "Ran.Park" <ranpark@...mail.com>
To: akinobu.mita@...il.com,
corbet@....net,
skhan@...uxfoundation.org
Cc: linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
"Ran.Park" <ranpark@...mail.com>
Subject: [PATCH] Fixed case issue with 'fault-injection' in documentation
In the 'fault-injection' subdirectory, the first letter F
is capitalized, whereas in index.rst f is lowercase, but in
index.rst all other elements in the same column are capitalized.
Signed-off-by: Ran.Park <ranpark@...mail.com>
---
Documentation/fault-injection/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/fault-injection/index.rst b/Documentation/fault-injection/index.rst
index 8408a8a91b34..a6ea1d190222 100644
--- a/Documentation/fault-injection/index.rst
+++ b/Documentation/fault-injection/index.rst
@@ -1,7 +1,7 @@
.. SPDX-License-Identifier: GPL-2.0
===============
-fault-injection
+Fault-injection
===============
.. toctree::
--
2.34.1
Powered by blists - more mailing lists