From: Mushahid Hussain Date: Mon, 17 Oct 2022 11:20:26 +0000 (+0500) Subject: Documentation: Fix spelling mistake in hacking.rst X-Git-Tag: v6.1-rc4~31^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e648174b53f1;p=thirdparty%2Fkernel%2Flinux.git Documentation: Fix spelling mistake in hacking.rst Fix `botton half locks` to `bottom half locks`. Signed-off-by: Mushahid Hussain Link: https://lore.kernel.org/r/20221017112026.88324-1-mushi.shar@gmail.com Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst index 9a1f020c84498..1717348a4404e 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 ` is held. + :ref:`bottom half lock ` is held. Some Basic Rules ================