All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: Bartlomiej Kubik <kubik.bartlomiej@gmail.com>
Cc: skhan@linuxfoundation.org, linux-doc@vger.kernel.org,
	linux-kernel-mentees@lists.linuxfoundation.org,
	rdunlap@infradead.org,
	Bartlomiej Kubik <kubik.bartlomiej@gmail.com>
Subject: Re: [PATCH] kernel-parameters.rst: fix document warnings v2
Date: Mon, 18 Aug 2025 09:59:04 -0600	[thread overview]
Message-ID: <87ikikaaev.fsf@trenco.lwn.net> (raw)
In-Reply-To: <20250818082630.40097-1-kubik.bartlomiej@gmail.com>

Bartlomiej Kubik <kubik.bartlomiej@gmail.com> writes:

> Fixed missing definite article "states that the parameter" as suggested.
>
>
> Signed-off-by: Bartlomiej Kubik <kubik.bartlomiej@gmail.com>
> ---
>  Documentation/admin-guide/kernel-parameters.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst
> index 445248787e77..7bf8cc7df6b5 100644
> --- a/Documentation/admin-guide/kernel-parameters.rst
> +++ b/Documentation/admin-guide/kernel-parameters.rst
> @@ -215,7 +215,7 @@ need or coordination with <Documentation/arch/x86/boot.rst>.
>  There are also arch-specific kernel-parameters not documented here.
>  
>  Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
> -a trailing = on the name of any parameter states that parameter will
> +a trailing = on the name of any parameter states that the parameter will
>  be entered as an environment variable, whereas its absence indicates that

Thank you for working to improve our documentation.  That said, there
are a number of problems to address here.

- The patch does not apply to docs-next, or to any recent kernel
  release.  Which version did you generate the patch against?

- When you do a "v2" patch, you should include, after the "---" line, a
  summary of what changed since the previous version.  That is
  especially true when you have seemingly just dropped one of the
  changes you made the first time around?

  Ah, I think I see...you generated this on top of your previous
  version?  That explains why it didn't apply.  Please do not do that;
  when a patch needs changes due to review comments, recreate the patch.

- "Fix a warning" is rarely a good subject line for a patch; you should
  say what you actually did.  In this case, "replace a duplicated word"
  or some such would be better.

- Finally, Documentation/process/submitting-patches.rst asks that
  changelogs be written in the imperative form.  I am not a stickler for
  that, but some other maintainers definitely are, so it is a good habit
  to adopt for all of your patches.

Thanks,

jon

  parent reply	other threads:[~2025-08-18 15:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-18  8:26 [PATCH] kernel-parameters.rst: fix document warnings v2 Bartlomiej Kubik
2025-08-18 15:50 ` Randy Dunlap
2025-08-18 15:59 ` Jonathan Corbet [this message]
2025-08-19  6:40   ` Bartłomiej Kubik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ikikaaev.fsf@trenco.lwn.net \
    --to=corbet@lwn.net \
    --cc=kubik.bartlomiej@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=rdunlap@infradead.org \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.