Commit e648174b authored by Mushahid Hussain's avatar Mushahid Hussain Committed by Jonathan Corbet
Browse files

Documentation: Fix spelling mistake in hacking.rst



Fix `botton half locks` to `bottom half locks`.

Signed-off-by: default avatarMushahid Hussain <mushi.shar@gmail.com>
Link: https://lore.kernel.org/r/20221017112026.88324-1-mushi.shar@gmail.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent ea522496
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
================