aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/iomap
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-07-25 16:58:33 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-25 11:05:11 +0200
commit0ce38c5f929c83dff8ea805f6c6ef2eb97b66431 (patch)
tree8cfa9005ba692ee6c37a00f9a55eeda3bb806c98 /fs/iomap
parenttreewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers again (diff)
downloadwireguard-linux-0ce38c5f929c83dff8ea805f6c6ef2eb97b66431.tar.xz
wireguard-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/iomap')
-rw-r--r--fs/iomap/Makefile2
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.