C source files should have `//` as SPDX comment and not `/**/`. Fix this by running checkpatch on the file.
Signed-off-by: Mrinal Pandey <mrinal...@gmail.com> --- drivers/android/binderfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c index 8a98a36ff71a..4eada4dc232f 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> -- 2.25.1
signature.asc
Description: PGP signature