Skip to content
Commit dd58e649 authored by André Almeida's avatar André Almeida Committed by Jonathan Corbet
Browse files

docs: Make syscalls' helpers naming consistent

The documentation explains the need to create internal syscalls' helpers,
and that they should be called `kern_xyzzy()`. However, the comment at
include/linux/syscalls.h says that they should be named as
`ksys_xyzzy()`, and so are all the helpers declared bellow it. Change the
documentation to reflect this.

Fixes: 819671ff

 ("syscalls: define and explain goal to not call syscalls in the kernel")
Signed-off-by: default avatarAndré Almeida <andrealmeid@collabora.com>
Reviewed-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
Link: https://lore.kernel.org/r/20210130014547.123006-1-andrealmeid@collabora.com
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 26606ce0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment