Skip to content
Commit 4dd595c3 authored by Sohil Mehta's avatar Sohil Mehta Committed by Arnd Bergmann
Browse files

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: default avatarSohil Mehta <sohil.mehta@intel.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 0526b56c
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