projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea52249
)
Documentation: Fix spelling mistake in hacking.rst
author
Mushahid Hussain
<mushi.shar@gmail.com>
Mon, 17 Oct 2022 11:20:26 +0000
(16:20 +0500)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 24 Oct 2022 17:27:51 +0000
(11:27 -0600)
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>
Documentation/kernel-hacking/hacking.rst
patch
|
blob
|
history
diff --git
a/Documentation/kernel-hacking/hacking.rst
b/Documentation/kernel-hacking/hacking.rst
index 9a1f020c84498b501f7526798167d4fc5f419c2b..1717348a4404e085777affcd80648fe8d1813b34 100644
(file)
--- 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:`botto
n
half lock <local_bh_disable>` is held.
+ :ref:`botto
m
half lock <local_bh_disable>` is held.
Some Basic Rules
================