diff options
author | Mushahid Hussain <mushi.shar@gmail.com> | 2022-10-17 14:20:26 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-10-24 20:27:51 +0300 |
commit | e648174b53f1e29ee72ef33756a97ffb8241b6a5 (patch) | |
tree | 28885aaa0407c9ebd9b070ba123490a2cbda1b58 /Documentation | |
parent | ea522496afa1dd4ed295466e9c813b88ebda3284 (diff) | |
download | linux-e648174b53f1e29ee72ef33756a97ffb8241b6a5.tar.xz |
Documentation: Fix spelling mistake in hacking.rst
Fix `botton half locks` to `bottom half locks`.
Signed-off-by: Mushahid Hussain <mushi.shar@gmail.com>
Link: https://lore.kernel.org/r/20221017112026.88324-1-mushi.shar@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-hacking/hacking.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 ================ |