diff mbox series

[v2,3/3] iomap: fix Invalid License ID

Message ID 20190725075833.3481-3-yamada.masahiro@socionext.com
State New
Headers show
Series [v2,1/3] treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers | expand

Commit Message

Masahiro Yamada July 25, 2019, 7:58 a.m. UTC
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>

---

Changes in v2:
  - New patch

 fs/iomap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1

Comments

Thomas Gleixner July 25, 2019, 8:41 a.m. UTC | #1
On Thu, 25 Jul 2019, Masahiro Yamada wrote:

> 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>
diff mbox series

Patch

diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
index 2d165388d952..93cd11938bf5 100644
--- a/fs/iomap/Makefile
+++ b/fs/iomap/Makefile
@@ -1,4 +1,4 @@ 
-# SPDX-License-Identifier: GPL-2.0-or-newer
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 # Copyright (c) 2019 Oracle.
 # All Rights Reserved.