linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [PATCH] Documentation/kernel_hacking: Fix minor typo in hacking.rst
@ 2025-08-13 17:43 rakuram
  2025-08-13 17:48 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: rakuram @ 2025-08-13 17:43 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-kernel-mentees, skhan, corbet, ukleinek, rakuram.e96

fixed the following typo in 'Documentation/kernel-hacking/hacking.rst'
compatability --> compatibility

Signed-off-by: rakuram <rakuram.e96@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] 4+ messages in thread

* Re: [PATCH] [PATCH] Documentation/kernel_hacking: Fix minor typo in hacking.rst
  2025-08-13 17:43 [PATCH] [PATCH] Documentation/kernel_hacking: Fix minor typo in hacking.rst rakuram
@ 2025-08-13 17:48 ` Randy Dunlap
  2025-08-13 18:24   ` rakuram
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2025-08-13 17:48 UTC (permalink / raw)
  To: rakuram, linux-doc; +Cc: linux-kernel-mentees, skhan, corbet, ukleinek



On 8/13/25 10:43 AM, rakuram wrote:
> fixed the following typo in 'Documentation/kernel-hacking/hacking.rst'
> compatability --> compatibility
> 
> Signed-off-by: rakuram <rakuram.e96@gmail.com>

Hi,
Please see the previous such patch attempt here:
  https://lore.kernel.org/linux-doc/87jz6ckeux.fsf@trenco.lwn.net/

Thanks.

> ---
>  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.
>       */
>  

-- 
~Randy


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

* Re: [PATCH] Documentation/kernel_hacking: Fix minor typo in hacking.rst
  2025-08-13 17:48 ` Randy Dunlap
@ 2025-08-13 18:24   ` rakuram
  2025-08-13 19:22     ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: rakuram @ 2025-08-13 18:24 UTC (permalink / raw)
  To: rdunlap
  Cc: corbet, linux-doc, linux-kernel-mentees, rakuram.e96, skhan,
	ukleinek

Thanks for the clarification, and I apologise for the oversight in my submission.
Could you please suggest the best way to check whether a similar patch has already been attempted before sending one?

Thanks,
Rakuram

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

* Re: [PATCH] Documentation/kernel_hacking: Fix minor typo in hacking.rst
  2025-08-13 18:24   ` rakuram
@ 2025-08-13 19:22     ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2025-08-13 19:22 UTC (permalink / raw)
  To: rakuram; +Cc: corbet, linux-doc, linux-kernel-mentees, skhan, ukleinek



On 8/13/25 11:24 AM, rakuram wrote:
> Thanks for the clarification, and I apologise for the oversight in my submission.
> Could you please suggest the best way to check whether a similar patch has already been attempted before sending one?

Well, I remembered seeing one recently so I searched the archives of the linux-doc
mailing list (https://lore.kernel.org/linux-doc/). In the search box I entered:

b:"compatibility"

but that's not going to work for a general case. For other patches to the
same file, I would change the search argument to

b:"Documentation/kernel-hacking/hacking.rst"

HTH.
-- 
~Randy


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

end of thread, other threads:[~2025-08-13 19:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 17:43 [PATCH] [PATCH] Documentation/kernel_hacking: Fix minor typo in hacking.rst rakuram
2025-08-13 17:48 ` Randy Dunlap
2025-08-13 18:24   ` rakuram
2025-08-13 19:22     ` Randy Dunlap

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).