Documentation: Fix spelling mistake in hacking.rst

Message ID 20221017112026.88324-1-mushi.shar@gmail.com
State New
Headers
Series Documentation: Fix spelling mistake in hacking.rst |

Commit Message

SikkiLadho Oct. 17, 2022, 11:20 a.m. UTC
  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(-)
  

Comments

Jonathan Corbet Oct. 18, 2022, 9:44 p.m. UTC | #1
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
  

Patch

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
 ================