From b47e2b93aa31ca803d8088e5fcd33ca05a003926 Mon Sep 17 00:00:00 2001 From: Bagas Sanjaya Date: Tue, 23 Dec 2025 10:52:51 +0700 Subject: [PATCH] Documentation: kernel-hacking: Remove current macro annotation Remove unneeded :c:macro: annotation of current macro. Signed-off-by: Bagas Sanjaya Signed-off-by: Jonathan Corbet Message-ID: <20251223035254.22894-2-bagasdotme@gmail.com> --- Documentation/kernel-hacking/hacking.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst index 06fcb7c662d3c..83f0efbd4038b 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`` -- 2.47.3