]> git.baikalelectronics.ru Git - kernel.git/commit
syscalls: Fix file comments for syscalls implemented in kernel/sys.c
authorTal Zussman <tz2294@columbia.edu>
Thu, 12 Nov 2020 21:56:57 +0000 (16:56 -0500)
committerArnd Bergmann <arnd@arndb.de>
Fri, 13 Nov 2020 13:53:57 +0000 (14:53 +0100)
commit414c687eb79afc315e346a4335f0f9b933af47c7
tree300fe8920ba579adf1a215aee12c5022d14bccf9
parentaae047e4f0c46a4d28b077c4b489b10cf5d5738d
syscalls: Fix file comments for syscalls implemented in kernel/sys.c

The relevant syscalls were previously moved from kernel/timer.c to kernel/sys.c,
but the comments weren't updated to reflect this change.

Fixing these comments messes up the alphabetical ordering of syscalls by
filename. This could be fixed by merging the two groups of kernel/sys.c syscalls,
but that would require reordering the syscalls and renumbering them to maintain
the numerical order in unistd.h.

Signed-off-by: Tal Zussman <tz2294@columbia.edu>
Link: https://lore.kernel.org/r/20201112215657.GA4539@charmander'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/syscalls.h
include/uapi/asm-generic/unistd.h