diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-25 16:58:33 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-07-25 11:05:11 +0200 |
commit | 0ce38c5f929c83dff8ea805f6c6ef2eb97b66431 (patch) | |
tree | 8cfa9005ba692ee6c37a00f9a55eeda3bb806c98 /fs | |
parent | dc3bf49ea330414724e429e4e9b291899c134e3b (diff) | |
download | blackbird-op-linux-0ce38c5f929c83dff8ea805f6c6ef2eb97b66431.tar.gz blackbird-op-linux-0ce38c5f929c83dff8ea805f6c6ef2eb97b66431.zip |
iomap: fix Invalid License ID
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/iomap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |