public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [PATCH] Fixed case issue with 'fault-injection' in documentation
@ 2024-02-14 11:40 Ran.Park
  2024-02-14 13:13 ` Ricardo B. Marliere
  0 siblings, 1 reply; 5+ messages in thread
From: Ran.Park @ 2024-02-14 11:40 UTC (permalink / raw)
  To: akinobu.mita, corbet, skhan
  Cc: linux-doc, linux-kernel, linux-kernel-mentees, Ran.Park

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@foxmail.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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-19 21:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 11:40 [PATCH] Fixed case issue with 'fault-injection' in documentation Ran.Park
2024-02-14 13:13 ` Ricardo B. Marliere
2024-02-16  5:28   ` Ran.Park
2024-02-16  6:19     ` Lukas Bulwahn
2024-02-19 21:36       ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox