syscalls: Remove file path comments from headers
authorSohil Mehta <sohil.mehta@intel.com>
Wed, 21 Jun 2023 22:36:00 +0000 (22:36 +0000)
committerArnd Bergmann <arnd@arndb.de>
Thu, 22 Jun 2023 15:10:09 +0000 (17:10 +0200)
commit4dd595c34c4bb22c16a76206a18c13e4e194335d
treebd192d930b6b68e413ae1e76d1a626f57c690ed5
parent0526b56cbc3c489642bd6a5fe4b718dea7ef0ee8
syscalls: Remove file path comments from headers

Source file locations for syscall definitions can change over a period
of time. File paths in comments get stale and are hard to maintain long
term. Also, their usefulness is questionable since it would be easier to
locate a syscall definition using the SYSCALL_DEFINEx() macro.

Remove all source file path comments from the syscall headers. Also,
equalize the uneven line spacing (some of which is introduced due to the
deletions).

Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/compat.h
include/linux/syscalls.h
include/uapi/asm-generic/unistd.h
kernel/sys_ni.c
tools/include/uapi/asm-generic/unistd.h