drivers: android: Fix the SPDX comment style
authorMrinal Pandey <mrinalmni@gmail.com>
Fri, 24 Jul 2020 13:14:49 +0000 (18:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jul 2020 15:05:44 +0000 (17:05 +0200)
commit7e84522cd089c6ef3e6adc7f1c9a5b2f705ccd9b
tree843bea1c45b770ac32fd60dcc5e5caff0429ff92
parent81195f9689ac16c01c894c756b925e28e546b123
drivers: android: Fix the SPDX comment style

C source files should have `//` as SPDX comment and not `/**/`. Fix this
by running checkpatch on the file.

Signed-off-by: Mrinal Pandey <mrinalmni@gmail.com>
Link: https://lore.kernel.org/r/20200724131449.zvjutbemg3vqhrzh@mrinalpandey
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binderfs.c