From: Heiko Carstens Date: Wed, 22 Jan 2014 13:49:30 +0000 (+0100) Subject: s390/uaccess: normalize order of parameters of indirect uaccess function calls X-Git-Tag: v3.15-rc1~167^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa785e623577cdad2aa721acb23bd3a95eced9a;p=pandora-kernel.git s390/uaccess: normalize order of parameters of indirect uaccess function calls For some unknown reason the indirect uaccess functions on s390 implement a different parameter order than what is usual. e.g.: unsigned long copy_to_user(void *to, const void *from, unsigned long n); vs. size_t (*copy_to_user)(size_t n, void __user * to, const void *from); Let's get rid of this confusing parameter reordering. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed