git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60705f
)
staging: lustre: Annotate user buffer with __user
author
LABBE Corentin
<clabbe.montjoie@gmail.com>
Thu, 4 Sep 2014 13:24:57 +0000
(15:24 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 7 Sep 2014 05:02:49 +0000
(22:02 -0700)
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 <clabbe.montjoie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found