From: LABBE Corentin Date: Thu, 4 Sep 2014 13:24:57 +0000 (+0200) Subject: staging: lustre: Annotate user buffer with __user X-Git-Tag: fixes-for-v3.18-merge-window~15^2~789 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a08f0672b29659c5dcdbbe7fa136ab810292259;p=pandora-kernel.git staging: lustre: Annotate user buffer with __user Fix the warning reported by sparse on drivers/staging/lustre/lnet/lnet/router_proc.c warning: incorrect type in argument 4 (different address spaces) The correction is to annotate all user buffer variable by __user Signed-off-by: LABBE Corentin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed