]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitadd534155995e928c3f8ef6cbc5c5f2cef302d82
treec75e61ae0bacf6a76afc3230a4f6173eb126b53f
parent3591d5ad6ecc650092cd672331c2950720c27f94
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