Re: [PATCH] Documentation/admin-guide: fix typo "asser" in comment

From: Jonathan Corbet

Date: Fri Sep 04 2026 - 10:13:02 EST


Hemanth Selam <hemanth.selam@xxxxxxxxx> writes:

> Correct "asser" to "Assert", reported by scripts/checkpatch.pl using the
> misspelling list in scripts/spelling.txt. Only touches comments, no code
> changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
> ---
> Documentation/admin-guide/cifs/authors.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/cifs/authors.rst b/Documentation/admin-guide/cifs/authors.rst
> index 5c1d2f0fa7d1..ebe223413577 100644
> --- a/Documentation/admin-guide/cifs/authors.rst
> +++ b/Documentation/admin-guide/cifs/authors.rst
> @@ -40,7 +40,7 @@ Patch Contributors
> - Adrian Bunk (kcalloc cleanups)
> - Miklos Szeredi
> - Kazeon team for various fixes especially for 2.4 version.
> -- Asser Ferno (Change Notify support)
> +- Assert Ferno (Change Notify support)
> - Shaggy (Dave Kleikamp) for innumerable small fs suggestions and some good cleanup
> - Gunter Kukkukk (testing and suggestions for support of old servers)
> - Igor Mammedov (DFS support)

You do realize this is a list of names, not an English sentence, right?
We appreciate efforts to improve the documentation, but please think
about changes rather than just reacting to scripts.

Thanks,

jon