From: Palmer Dabbelt Date: Mon, 11 Jun 2018 16:09:49 +0000 (-0700) Subject: RISC-V: Make our port sparse-clean X-Git-Tag: v4.18-rc1~11^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e0e0c87c022b654bcc79224ce73633f0d274e091;p=linux.git RISC-V: Make our port sparse-clean This patch set contains a handful of fixes that clean up the sparse results for the RISC-V port. These patches shouldn't have any functional difference. The patches: * Use NULL instead of 0. * Clean up __user annotations. * Split __copy_user into two functions, to make the __user annotations valid. Signed-off-by: Palmer Dabbelt --- e0e0c87c022b654bcc79224ce73633f0d274e091