Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mushahid Hussain and committed by
Jonathan Corbet
e648174b ea522496

+1 -1
+1 -1
Documentation/kernel-hacking/hacking.rst
··· 120 120 .. warning:: 121 121 122 122 Beware that this will return a false positive if a 123 - :ref:`botton half lock <local_bh_disable>` is held. 123 + :ref:`bottom half lock <local_bh_disable>` is held. 124 124 125 125 Some Basic Rules 126 126 ================