]> 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)
commitc2c8aeefa2f9ab2598036c2d47202e09bedb4be1
treec75e61ae0bacf6a76afc3230a4f6173eb126b53f
parent1dc0df60208b61c5d936e6e7288a99166070df6f
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