Re: [PATCH -next] docs: kdoc: various fixes for grammar, spelling, punctuation

From: Randy Dunlap
Date: Tue Jul 08 2025 - 11:31:26 EST




On 7/8/25 7:10 AM, Jonathan Corbet wrote:
> Randy Dunlap <rdunlap@xxxxxxxxxxxxx> writes:
>
>> Correct grammar, spelling, and punctuation in comments, strings,
>> print messages, logs.
>>
>> Change two instances of two spaces between words to just one space.
>>
>> codespell was used to find misspelled words.
>>
>> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>> Cc: Jonathan Corbet <corbet@xxxxxxx>
>> Cc: linux-doc@xxxxxxxxxxxxxxx
>> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
>> ---
>> scripts/lib/kdoc/kdoc_files.py | 4 ++--
>> scripts/lib/kdoc/kdoc_output.py | 8 ++++----
>> scripts/lib/kdoc/kdoc_parser.py | 20 ++++++++++----------
>> scripts/lib/kdoc/kdoc_re.py | 24 ++++++++++++------------
>> 4 files changed, 28 insertions(+), 28 deletions(-)
>
> kdoc is kind of a moving target at the moment, so this patch doesn't
> really even come close to applying. Hold off for a bit, then regenerate
> against docs-next?

Sure, no problem.

--
~Randy