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)
committerRiley Andrews <riandrews@google.com>
Tue, 13 Jan 2015 22:39:25 +0000 (22:39 +0000)
commit9c5197b7a50ae6a323b0281826fb36ab6389d74e
tree60fc69e7a6a810d0a327649840c40a0eca0ee95a
parentdda6600546202c636b2be74a4640e929dae7cba9
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.

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