From: Mrinal Pandey Date: Fri, 24 Jul 2020 13:14:49 +0000 (+0530) Subject: drivers: android: Fix the SPDX comment style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7e84522cd089c6ef3e6adc7f1c9a5b2f705ccd9b;p=linux.git 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 Link: https://lore.kernel.org/r/20200724131449.zvjutbemg3vqhrzh@mrinalpandey Signed-off-by: Greg Kroah-Hartman --- 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 #include