Wu XiangCheng <bobwxc@xxxxxxxx> writes: > Fix a abnormal funxtion ref link in locking.rst > Convert a path to bare path > > Fixes: b1735296cef9 ("docs: locking: Drop :c:func: throughout") > Signed-off-by: Wu XiangCheng <bobwxc@xxxxxxxx> > --- > v2: > * No change. > > v1: > <https://lore.kernel.org/linux-doc/6a15b17d46f5db190fb10afc57ea59132b33c701.1618761749.git.bobwxc@xxxxxxxx/> > > Documentation/kernel-hacking/locking.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst > index ed1284c6f078..9bcd70aa8411 100644 > --- a/Documentation/kernel-hacking/locking.rst > +++ b/Documentation/kernel-hacking/locking.rst > @@ -1323,7 +1323,7 @@ from user context, and can sleep. > > - put_user() > > -- kmalloc(GP_KERNEL) <kmalloc>` > +- :c:func:`kmalloc(GFP_KERNEL) <kmalloc>` So this makes no sense at all. We are trying to get rid of :c:func:; why are you adding it back? Thanks, jon