diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-06-20 15:47:27 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-06-25 16:57:38 +0300 |
commit | 0fa8ab5f3533b307a7d0e438ab08ecd92725dad7 (patch) | |
tree | 31a91a03eb71fdcb4d71af60d313f8db3b4b1e43 /kernel | |
parent | 295f10061af024099440b46602bcc47364551db7 (diff) | |
download | linux-0fa8ab5f3533b307a7d0e438ab08ecd92725dad7.tar.xz |
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: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions