diff options
| author | Luc Van Oostenryck <[email protected]> | 2020-06-22 12:11:24 +0000 |
|---|---|---|
| committer | Stafford Horne <[email protected]> | 2020-08-04 01:59:45 +0000 |
| commit | 9e9da64124ff37e064a75fabdbd6010787a1e0ea (patch) | |
| tree | dc8b65f2b5f540f6b4683b434037ac8a27a34e60 /init/init_task.c | |
| parent | Linux 5.8 (diff) | |
| download | kernel-9e9da64124ff37e064a75fabdbd6010787a1e0ea.tar.gz kernel-9e9da64124ff37e064a75fabdbd6010787a1e0ea.zip | |
openrisc: fix __user in raw_copy_to_user()'s prototype
raw_copy_to_user()'s prototype seems to be a copy & paste of
raw_copy_from_user() and as such has the __user annotation
in the 'from' argument instead of the 'to'.
So, move the __user annotation in the prototype to the 'to'.
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Luc Van Oostenryck <[email protected]>
Signed-off-by: Stafford Horne <[email protected]>
Diffstat (limited to 'init/init_task.c')
0 files changed, 0 insertions, 0 deletions
