linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH] Fixed case issue with 'fault-injection' in documentation
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Ricardo B. Marliere @ 2024-02-14 13:13 UTC (permalink / raw)
  To: Ran.Park
  Cc: akinobu.mita, corbet, skhan, linux-doc, linux-kernel,
	linux-kernel-mentees

Hi Ran,

On 14 Feb 19:40, Ran.Park wrote:
> 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.

Does this fix any error or build warning? If so, it should be mentioned.

> 
> Signed-off-by: Ran.Park <ranpark@foxmail.com>
> ---
>  Documentation/fault-injection/index.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 
> ────────────────────────────────────────────────────────────────────────────────
> modified: Documentation/fault-injection/index.rst
> ────────────────────────────────────────────────────────────────────────────────
> @ Documentation/fault-injection/index.rst:4 @
> .. SPDX-License-Identifier: GPL-2.0
> 
> ===============
> fault-injection
> Fault-injection
> ===============
> 
> .. toctree::
> - 
> 2.34.1
> 
> 

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

* Re: [PATCH] Fixed case issue with 'fault-injection' in documentation
  2024-02-14 13:13 ` Ricardo B. Marliere
@ 2024-02-16  5:28   ` Ran.Park
  2024-02-16  6:19     ` Lukas Bulwahn
  0 siblings, 1 reply; 5+ messages in thread
From: Ran.Park @ 2024-02-16  5:28 UTC (permalink / raw)
  To: ricardo
  Cc: akinobu.mita, corbet, linux-doc, linux-kernel-mentees,
	linux-kernel, ranpark, skhan

Thank you for your reply. I'm sorry that I noticed this problem 
while browsing the document. I have not seen any report about this problem 
on lore.kernel.org or other places. Should I mention the situation elsewhere 
and then resend the patch to mention and fix the problem.


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

* Re: [PATCH] Fixed case issue with 'fault-injection' in documentation
  2024-02-16  5:28   ` Ran.Park
@ 2024-02-16  6:19     ` Lukas Bulwahn
  2024-02-19 21:36       ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Lukas Bulwahn @ 2024-02-16  6:19 UTC (permalink / raw)
  To: Ran.Park
  Cc: ricardo, akinobu.mita, corbet, linux-doc, linux-kernel-mentees,
	linux-kernel, skhan

On Fri, Feb 16, 2024 at 6:29 AM Ran.Park <ranpark@foxmail.com> wrote:
>
> Thank you for your reply. I'm sorry that I noticed this problem
> while browsing the document. I have not seen any report about this problem
> on lore.kernel.org or other places. Should I mention the situation elsewhere
> and then resend the patch to mention and fix the problem.
>

Ran, in the future: please do not remove the context when you reply to
somebody's email.

In this case, I wanted to help you to understand what Ricardo was
asking, but his original response was not in your email. So, I copy
and pasted it now---but that is not how it is supposed to be for
someone replying to your email.

On Wed, Feb 14, 2024 at 2:21 PM Ricardo B. Marliere
<ricardo@marliere.net> wrote:
>
> Hi Ran,
>
> On 14 Feb 19:40, Ran.Park wrote:
> > 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.
>
> Does this fix any error or build warning? If so, it should be mentioned.
>

Ricardo suggests that:

- you run 'make htmldocs' before applying the patch and check for the
existing warnings.

- you run 'make cleandocs' and 'make htmldocs' after applying the
patch and check for the existing warnings.

Did any warning disappear or appear due to your patch? Were you
motivated by a specific warning you observed during the build and you
addressing that?

So, for starters: did you already try 'make htmldocs' with your patch
applied? What did you observe?


Lukas

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

* Re: [PATCH] Fixed case issue with 'fault-injection' in documentation
  2024-02-16  6:19     ` Lukas Bulwahn
@ 2024-02-19 21:36       ` Jonathan Corbet
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2024-02-19 21:36 UTC (permalink / raw)
  To: Lukas Bulwahn, Ran.Park
  Cc: ricardo, akinobu.mita, linux-doc, linux-kernel-mentees,
	linux-kernel, skhan

Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:

> Ricardo suggests that:
>
> - you run 'make htmldocs' before applying the patch and check for the
> existing warnings.
>
> - you run 'make cleandocs' and 'make htmldocs' after applying the
> patch and check for the existing warnings.
>
> Did any warning disappear or appear due to your patch? Were you
> motivated by a specific warning you observed during the build and you
> addressing that?
>
> So, for starters: did you already try 'make htmldocs' with your patch
> applied? What did you observe?

This all seems like a bit much for what is essentially a typo fix.  I
would be amazed if it changed the build in any way other than making the
case more consistent; there's no need to do all that stuff.

I've applied it, thanks.

jon

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

end of thread, other threads:[~2024-02-19 21:36 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;
as well as URLs for NNTP newsgroup(s).