diff options
| author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-12-23 06:52:51 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-01-07 01:08:43 +0300 |
| commit | b47e2b93aa31ca803d8088e5fcd33ca05a003926 (patch) | |
| tree | c42aaa8b520a7a0e97676da6d23f1dc5957ca60b | |
| parent | 3a8501b3a4292d72bc57cc4f4455757985a19151 (diff) | |
| download | linux-b47e2b93aa31ca803d8088e5fcd33ca05a003926.tar.xz | |
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.rst | 4 |
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`` |
