1
0
Fork 0

iomap: fix Invalid License ID

Detected by:

  $ ./scripts/spdxcheck.py
  fs/iomap/Makefile: 1:27 Invalid License ID: GPL-2.0-or-newer

Fixes: 1c230208f5 ("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>
alistair/sunxi64-5.4-dsi
Masahiro Yamada 2019-07-25 16:58:33 +09:00 committed by Greg Kroah-Hartman
parent dc3bf49ea3
commit 0ce38c5f92
1 changed files with 1 additions and 1 deletions

View File

@ -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.