projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc3bf49
)
iomap: fix Invalid License ID
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 25 Jul 2019 07:58:33 +0000
(16:58 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 25 Jul 2019 09:05:11 +0000
(11:05 +0200)
Detected by:
$ ./scripts/spdxcheck.py
fs/iomap/Makefile: 1:27 Invalid License ID: GPL-2.0-or-newer
Fixes: 1c230208f53d ("iomap: start moving code to fs/iomap/")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/iomap/Makefile
patch
|
blob
|
history
diff --git
a/fs/iomap/Makefile
b/fs/iomap/Makefile
index 2d165388d9524fe101f31913742b8f52a598de3f..93cd11938bf55a5912e346398c47cbe1cbaaffea 100644
(file)
--- a/
fs/iomap/Makefile
+++ b/
fs/iomap/Makefile
@@
-1,4
+1,4
@@
-# SPDX-License-Identifier: GPL-2.0-or-
new
er
+# SPDX-License-Identifier: GPL-2.0-or-
lat
er
#
# Copyright (c) 2019 Oracle.
# All Rights Reserved.