From: Bagas Sanjaya Date: Tue, 23 Dec 2025 03:52:51 +0000 (+0700) Subject: Documentation: kernel-hacking: Remove current macro annotation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47e2b93aa31ca803d8088e5fcd33ca05a003926;p=thirdparty%2Flinux.git 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> --- 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``