Commit 3a4928cf authored by Joe Pater's avatar Joe Pater Committed by Jonathan Corbet
Browse files

Documentation: kernel-hacking: change 'current()' to 'current'



Change 'current()' heading to 'current' to reflect usage.

Signed-off-by: default avatarJoe Pater <02joepater06@gmail.com>
Link: https://lore.kernel.org/r/20210111103240.7445-1-02joepater06@gmail.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 7c53f6b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -346,8 +346,8 @@ routine.
Before inventing your own cache of often-used objects consider using a
slab cache in ``include/linux/slab.h``

:c:func:`current()`
-------------------
:c:macro:`current`
------------------

Defined in ``include/asm/current.h``