public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kuan-Wei Chiu <visitorckw@gmail.com>
To: Chaitanya Mishra <chaitanyamishra.ai@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Mario Limonciello <mario.limonciello@amd.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1] lib/kstrtox: fix kstrtobool() docstring to mention enabled/disabled
Date: Fri, 2 Jan 2026 02:11:16 +0800	[thread overview]
Message-ID: <aVa4xKBbR0o1UzcZ@google.com> (raw)
In-Reply-To: <20251227092229.57330-1-chaitanyamishra.ai@gmail.com>

Hi Chaitanya,

On Sat, Dec 27, 2025 at 02:52:29PM +0530, Chaitanya Mishra wrote:
> From: Chaitanya <chaitanyamishra.ai@gmail.com>
> 
> Commit ae5b3500856f ("kstrtox: add support for enabled and disabled in
> kstrtobool()") added support for 'e'/'E' (enabled) and 'd'/'D' (disabled)
> inputs, but did not update the docstring accordingly.
> 
> Update the docstring to include 'Ee' (for true) and 'Dd' (for false) in
> the list of accepted first characters.
> 
> Fixes: ae5b3500856f ("kstrtox: add support for enabled and disabled in kstrtobool()")
> Signed-off-by: Chaitanya Mishra <chaitanyamishra.ai@gmail.com>

scripts/checkpatch.pl warns about this:

WARNING: From:/Signed-off-by: email name mismatch: 'From: Chaitanya <chaitanyamishra.ai@gmail.com>' != 'Signed-off-by: Chaitanya Mishra <chaitanyamishra.ai@gmail.com>'

total: 0 errors, 1 warnings, 10 lines checked

Please ensure you run checkpatch.pl before submitting any patch.

With that fixed, feel free to add:

Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>

Regards,
Kuan-Wei

      reply	other threads:[~2026-01-01 18:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-27  9:22 [PATCH 1/1] lib/kstrtox: fix kstrtobool() docstring to mention enabled/disabled Chaitanya Mishra
2026-01-01 18:11 ` Kuan-Wei Chiu [this message]

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=aVa4xKBbR0o1UzcZ@google.com \
    --to=visitorckw@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=chaitanyamishra.ai@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mario.limonciello@amd.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox