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

Hemanth Selam posted 1 patch 3 weeks ago
Documentation/admin-guide/cifs/authors.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation/admin-guide: fix typo "asser" in comment
Posted by Hemanth Selam 3 weeks ago
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@gmail.com>
---
 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)
-- 
2.48.1
Re: [PATCH] Documentation/admin-guide: fix typo "asser" in comment
Posted by Jonathan Corbet 3 weeks ago
Hemanth Selam <hemanth.selam@gmail.com> 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@gmail.com>
> ---
>  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