projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8501b
)
Documentation: kernel-hacking: Remove current macro annotation
author
Bagas Sanjaya
<bagasdotme@gmail.com>
Tue, 23 Dec 2025 03:52:51 +0000
(10:52 +0700)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 6 Jan 2026 22:08:43 +0000
(15:08 -0700)
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>
Documentation/kernel-hacking/hacking.rst
patch
|
blob
|
history
diff --git
a/Documentation/kernel-hacking/hacking.rst
b/Documentation/kernel-hacking/hacking.rst
index
06fcb7c
..
83f0efb
100644
(file)
--- 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``