Skip to content
Commit 9e9da641 authored by Luc Van Oostenryck's avatar Luc Van Oostenryck Committed by Stafford Horne
Browse files

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: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent bcf87687
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