[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210111103240.7445-1-02joepater06@gmail.com>
Date: Mon, 11 Jan 2021 10:32:41 +0000
From: Joe Pater <02joepater06@...il.com>
To: Jonathan Corbet <corbet@....net>
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Joe Pater <02joepater06@...il.com>
Subject: [PATCH] Documentation: kernel-hacking: change 'current()' to 'current'
Change 'current()' heading to 'current' to reflect usage.
Signed-off-by: Joe Pater <02joepater06@...il.com>
---
Documentation/kernel-hacking/hacking.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst
index eed2136d847f..451523424942 100644
--- a/Documentation/kernel-hacking/hacking.rst
+++ b/Documentation/kernel-hacking/hacking.rst
@@ -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``
base-commit: 7c53f6b671f4aba70ff15e1b05148b10d58c2837
--
2.29.2
Powered by blists - more mailing lists