staging: binder: add __user annotation in binder.c
authorMathieu Maret <mathieu.maret@gmail.com>
Tue, 15 Apr 2014 10:03:05 +0000 (12:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Apr 2014 03:17:31 +0000 (20:17 -0700)
commit36c89c0a6bebafdde13099229dfe541380ce7612
treec75e61ae0bacf6a76afc3230a4f6173eb126b53f
parent53d719f6a907ad7e2ca449fdaf9c9e175a623350
staging: binder: add __user annotation in binder.c

Add __user to binder_version to correct sparse warning.
Reduce line size to fit to coding style.

Signed-off-by: Mathieu Maret <mathieu.maret@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c