aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android
diff options
context:
space:
mode:
authorMrinal Pandey <mrinalmni@gmail.com>2020-07-24 18:44:49 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-29 17:05:44 +0200
commit7e84522cd089c6ef3e6adc7f1c9a5b2f705ccd9b (patch)
tree843bea1c45b770ac32fd60dcc5e5caff0429ff92 /drivers/android
parent81195f9689ac16c01c894c756b925e28e546b123 (diff)
downloadlinux-7e84522cd089c6ef3e6adc7f1c9a5b2f705ccd9b.tar.gz
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>
Diffstat (limited to 'drivers/android')
-rw-r--r--drivers/android/binderfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c
index e218360de58d7..7b76fefde3f89 100644
--- a/drivers/android/binderfs.c
+++ b/drivers/android/binderfs.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
#include <linux/compiler_types.h>
#include <linux/errno.h>