Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
b47e2b93 3a8501b3

+2 -2
+2 -2
Documentation/kernel-hacking/hacking.rst
··· 345 345 Before inventing your own cache of often-used objects consider using a 346 346 slab cache in ``include/linux/slab.h`` 347 347 348 - :c:macro:`current` 349 - ------------------ 348 + current 349 + ------- 350 350 351 351 Defined in ``include/asm/current.h`` 352 352