linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation : kernel-hacking : hacking.rst : fixed spelling mistake
@ 2025-05-15  0:59 rujra
  2025-05-19 11:40 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: rujra @ 2025-05-15  0:59 UTC (permalink / raw)
  To: skhan, Jonathan Corbet; +Cc: linux-doc, linux-kernel

fixed spelling mistake
LOG :
----------------------------------------
Documentation/kernel-hacking/hacking.rst
----------------------------------------
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
+.. _kernel_hacking_hack:

CHECK: 'compatability' may be misspelled - perhaps 'compatibility'?
+     * Sun people can't spell worth damn. "compatability" indeed.
                                            ^^^^^^^^^^^^^

total: 0 errors, 1 warnings, 1 checks, 830 lines checked
-----------------------------------------------------------------
as first patch for documentation.

Signed-off-by: Rujra Bhatt <braker.noob.kernel@gmail.com>
---
 Documentation/kernel-hacking/hacking.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kernel-hacking/hacking.rst
b/Documentation/kernel-hacking/hacking.rst
index 0042776a9e17..22b880add846 100644
--- a/Documentation/kernel-hacking/hacking.rst
+++ b/Documentation/kernel-hacking/hacking.rst
@@ -794,7 +794,7 @@ Some favorites from browsing the source. Feel free
to add to this list.
 ``arch/sparc/kernel/head.S:``::

     /*
-     * Sun people can't spell worth damn. "compatability" indeed.
+     * Sun people can't spell worth damn. "compatibility" indeed.
      * At least we *know* we can't spell, and use a spell-checker.
      */

--
2.43.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation : kernel-hacking : hacking.rst : fixed spelling mistake
  2025-05-15  0:59 [PATCH] Documentation : kernel-hacking : hacking.rst : fixed spelling mistake rujra
@ 2025-05-19 11:40 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-05-19 11:40 UTC (permalink / raw)
  To: rujra, skhan; +Cc: linux-doc, linux-kernel

rujra <braker.noob.kernel@gmail.com> writes:

> fixed spelling mistake
> LOG :
> ----------------------------------------
> Documentation/kernel-hacking/hacking.rst
> ----------------------------------------
> WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
> +.. _kernel_hacking_hack:
>
> CHECK: 'compatability' may be misspelled - perhaps 'compatibility'?
> +     * Sun people can't spell worth damn. "compatability" indeed.
>                                             ^^^^^^^^^^^^^
>
> total: 0 errors, 1 warnings, 1 checks, 830 lines checked
> -----------------------------------------------------------------
> as first patch for documentation.

This information is not particularly useful; a changelog should say what
you have done and why.

> Signed-off-by: Rujra Bhatt <braker.noob.kernel@gmail.com>
> ---
>  Documentation/kernel-hacking/hacking.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kernel-hacking/hacking.rst
> b/Documentation/kernel-hacking/hacking.rst
> index 0042776a9e17..22b880add846 100644
> --- a/Documentation/kernel-hacking/hacking.rst
> +++ b/Documentation/kernel-hacking/hacking.rst
> @@ -794,7 +794,7 @@ Some favorites from browsing the source. Feel free
> to add to this list.
>  ``arch/sparc/kernel/head.S:``::
>
>      /*
> -     * Sun people can't spell worth damn. "compatability" indeed.
> +     * Sun people can't spell worth damn. "compatibility" indeed.
>       * At least we *know* we can't spell, and use a spell-checker.
>       */

The misspelling here is entirely the point of the comment - fixing it is
exactly the wrong thing to do.  (Whether we need all of this material at
all is a different question...)

Thanks,

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-19 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15  0:59 [PATCH] Documentation : kernel-hacking : hacking.rst : fixed spelling mistake rujra
2025-05-19 11:40 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).