Skip to content

Commit

Permalink
Documentation: kernel-hacking: change 'current()' to 'current'
Browse files Browse the repository at this point in the history
Change 'current()' heading to 'current' to reflect usage.

Signed-off-by: Joe Pater <02joepater06@gmail.com>
Link: https://lore.kernel.org/r/20210111103240.7445-1-02joepater06@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Joe Pater authored and Jonathan Corbet committed Jan 11, 2021
1 parent 7c53f6b commit 3a4928c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/kernel-hacking/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand Down

0 comments on commit 3a4928c

Please sign in to comment.