projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81195f9
)
drivers: android: Fix the SPDX comment style
author
Mrinal Pandey
<mrinalmni@gmail.com>
Fri, 24 Jul 2020 13:14:49 +0000
(18:44 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 29 Jul 2020 15:05:44 +0000
(17:05 +0200)
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
patch
|
blob
|
history
diff --git
a/drivers/android/binderfs.c
b/drivers/android/binderfs.c
index
e218360
..
7b76fef
100644
(file)
--- 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>