summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2025-12-23 10:52:51 +0700
committerJonathan Corbet <corbet@lwn.net>2026-01-06 15:08:43 -0700
commitb47e2b93aa31ca803d8088e5fcd33ca05a003926 (patch)
treec42aaa8b520a7a0e97676da6d23f1dc5957ca60b
parent3a8501b3a4292d72bc57cc4f4455757985a19151 (diff)
Documentation: kernel-hacking: Remove current macro annotation
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>
-rw-r--r--Documentation/kernel-hacking/hacking.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst
index 06fcb7c662d3..83f0efbd4038 100644
--- a/Documentation/kernel-hacking/hacking.rst
+++ b/Documentation/kernel-hacking/hacking.rst
@@ -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``