From: Jesper Nilsson Date: Tue, 4 Mar 2008 22:29:23 +0000 (-0800) Subject: cris: correct usage of __user for copy to and from user space in lib/usercopy and... X-Git-Tag: v2.6.25-rc4~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f2402b4adbcd0e6822ddc27953b63d4504faec;p=pandora-kernel.git cris: correct usage of __user for copy to and from user space in lib/usercopy and uaccess.h Function __copy_user_zeroing in arch/lib/usercopy.c had the wrong parameter set as __user, and in include/asm-cris/uaccess.h, it was not set at all for some of the calling functions. This will cut the number of warnings quite dramatically when using sparse. While we're here, remove useless CVS log and correct confusing typo. Signed-off-by: Jesper Nilsson Cc: Mikael Starvik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed