From: Jonathan Corbet <corbet@lwn.net>
To: Yash Rai <yash2154rai@gmail.com>,
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: linux-kernel@vger.kernel.org, Yash Rai <yash2154rai@gmail.com>
Subject: Re: [PATCH] tools/lib/python: kdoc: remove unused parameters from _fill_text() and _format_usage()
Date: Thu, 14 May 2026 10:13:20 -0600 [thread overview]
Message-ID: <87fr3uufz3.fsf@trenco.lwn.net> (raw)
In-Reply-To: <20260514134952.62362-1-yash2154rai@gmail.com>
Yash Rai <yash2154rai@gmail.com> writes:
> The parameter 'width' in _fill_text() and 'usage' and 'groups'
> in _format_usage() are not used in enrich_formatter.py.
>
> This is a cleanup with no functional change.
>
> Signed-off-by: Yash Rai <yash2154rai@gmail.com>
> ---
> tools/lib/python/kdoc/enrich_formatter.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/lib/python/kdoc/enrich_formatter.py b/tools/lib/python/kdoc/enrich_formatter.py
> index d1be4e5e1962..7e0f09f5ccea 100644
> --- a/tools/lib/python/kdoc/enrich_formatter.py
> +++ b/tools/lib/python/kdoc/enrich_formatter.py
> @@ -42,14 +42,14 @@ class EnrichFormatter(argparse.HelpFormatter):
> lambda m: f'\033[1m{m.group(1)}\033[0m', text)
> return text
>
> - def _fill_text(self, text, width, indent):
> + def _fill_text(self, text, indent):
> """
> Enrich descriptions with markups on it.
> """
> enriched = self.enrich_text(text)
> return "\n".join(indent + line for line in enriched.splitlines())
>
> - def _format_usage(self, usage, actions, groups, prefix):
> + def _format_usage(self, actions, prefix):
> """
> Enrich positional arguments at usage: line.
> """
Looking at this patch, my immediate response is that you didn't change
any callers. That is ... because there are no callers. So, rather
than tweak the argument lists, is there a reason to not just delete
these functions altogether?
Thanks,
jon
next prev parent reply other threads:[~2026-05-14 16:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-14 13:49 [PATCH] tools/lib/python: kdoc: remove unused parameters from _fill_text() and _format_usage() Yash Rai
2026-05-14 16:13 ` Jonathan Corbet [this message]
2026-05-14 18:49 ` Mauro Carvalho Chehab
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=87fr3uufz3.fsf@trenco.lwn.net \
--to=corbet@lwn.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab+huawei@kernel.org \
--cc=yash2154rai@gmail.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