Home
last modified time | relevance | path

Searched hist:"9 e9da641" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/openrisc/include/asm/
H A Duaccess.hdiff 9e9da641 Mon Jun 22 12:11:24 GMT 2020 Luc Van Oostenryck <luc.vanoostenryck@gmail.com> 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 <lkp@intel.com>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Stafford Horne <shorne@gmail.com>