]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation: kernel-hacking: Remove current macro annotation
authorBagas Sanjaya <bagasdotme@gmail.com>
Tue, 23 Dec 2025 03:52:51 +0000 (10:52 +0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 6 Jan 2026 22:08:43 +0000 (15:08 -0700)
Remove unneeded :c:macro: annotation of current macro.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251223035254.22894-2-bagasdotme@gmail.com>

Documentation/kernel-hacking/hacking.rst

index 06fcb7c662d3c4bdb1960a3b0263d63285c1c43d..83f0efbd4038be11748a3bcb0c5d5cd7e5015a80 100644 (file)
@@ -345,8 +345,8 @@ routine.
 Before inventing your own cache of often-used objects consider using a
 slab cache in ``include/linux/slab.h``
 
-:c:macro:`current`
-------------------
+current
+-------
 
 Defined in ``include/asm/current.h``