* [PATCH] Documentation: Fix spelling mistake in hacking.rst
@ 2022-10-17 11:20 Mushahid Hussain
2022-10-18 21:44 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Mushahid Hussain @ 2022-10-17 11:20 UTC (permalink / raw)
To: corbet; +Cc: linux-doc, linux-kernel, Mushahid Hussain
Fix `botton half locks` to `bottom half locks`.
Signed-off-by: Mushahid Hussain <mushi.shar@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 9a1f020c8449..1717348a4404 100644
--- a/Documentation/kernel-hacking/hacking.rst
+++ b/Documentation/kernel-hacking/hacking.rst
@@ -120,7 +120,7 @@ You can tell you are in a softirq (or tasklet) using the
.. warning::
Beware that this will return a false positive if a
- :ref:`botton half lock <local_bh_disable>` is held.
+ :ref:`bottom half lock <local_bh_disable>` is held.
Some Basic Rules
================
--
2.38.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] Documentation: Fix spelling mistake in hacking.rst
2022-10-17 11:20 [PATCH] Documentation: Fix spelling mistake in hacking.rst Mushahid Hussain
@ 2022-10-18 21:44 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2022-10-18 21:44 UTC (permalink / raw)
To: Mushahid Hussain; +Cc: linux-doc, linux-kernel, Mushahid Hussain
Mushahid Hussain <mushi.shar@gmail.com> writes:
> Fix `botton half locks` to `bottom half locks`.
>
> Signed-off-by: Mushahid Hussain <mushi.shar@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 9a1f020c8449..1717348a4404 100644
> --- a/Documentation/kernel-hacking/hacking.rst
> +++ b/Documentation/kernel-hacking/hacking.rst
> @@ -120,7 +120,7 @@ You can tell you are in a softirq (or tasklet) using the
> .. warning::
>
> Beware that this will return a false positive if a
> - :ref:`botton half lock <local_bh_disable>` is held.
> + :ref:`bottom half lock <local_bh_disable>` is held.
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-18 21:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-17 11:20 [PATCH] Documentation: Fix spelling mistake in hacking.rst Mushahid Hussain
2022-10-18 21:44 ` 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).