staging: android: Fix two checkpatch issues in binder.c
authorCruz Julian Bishop <cruzjbishop@gmail.com>
Fri, 21 Dec 2012 23:00:45 +0000 (09:00 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 22:59:57 +0000 (14:59 -0800)
commit167bccbd80b3625af5e7ec04ad4810321c1f300a
treefebc1f2cf84e6c2754b1f04ac43c3bc21cfe7c41
parent0f5afdd2389d983d38030ff95d2a07373a5550fc
staging: android: Fix two checkpatch issues in binder.c

This fixes two instances of
"static const char * array should probably be static const char * const"

I have seen other commits doing this in other files, so I am
assuming it should be done here as well.

Please tell me if this is wrong :)

Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c