Skip to content
Commit 0fa8ab5f authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

linux/syscalls.h: add missing __user annotations



A couple of declarations in linux/syscalls.h are missing __user
annotations on their pointers, which can lead to warnings from
sparse because these don't match the implementation that have
the correct address space annotations.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 295f1006
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