]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
f2fs: Use the correct style for SPDX License Identifier
authorNishad Kamdar <nishadkamdar@gmail.com>
Sat, 25 Apr 2020 13:19:08 +0000 (18:49 +0530)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 8 May 2020 13:55:55 +0000 (06:55 -0700)
This patch corrects the SPDX License Identifier style in
header files related to F2FS File System support.
For C header files Documentation/process/license-rules.rst
mandates C-like comments (opposed to C source files where
C++ style should be used).

Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/acl.h
fs/f2fs/f2fs.h
fs/f2fs/gc.h
fs/f2fs/node.h
fs/f2fs/segment.h
fs/f2fs/trace.h
fs/f2fs/xattr.h

index b96823c59b15a4c62f3bd00558cbc04cd9c96791..124868c13f80fff51c6d214df8f26215b98b461e 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * fs/f2fs/acl.h
  *
index 3b9603266a2aa4d260175341c99b3a6f2a0a29f5..d036a31a97e84e1caba80e7ad5c4259f7d88ca66 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * fs/f2fs/f2fs.h
  *
index bbac9d3787bd35e4bbdfb1a2ea65853148d1e6a2..db3c61046aa425376b3a0b2a821fc9d26b234025 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * fs/f2fs/gc.h
  *
index e05af5df56485eff71c95f58b5d3f877cbcb8e53..6a2011deea23c1ff7df99f6e93000b23d635844a 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * fs/f2fs/node.h
  *
index 7a83bd530812ff8662bb5c39f760b613882c7ffc..cba16cca518958d987eb8e414fbcb181f942c6a2 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * fs/f2fs/segment.h
  *
index e8075fc5b2284e9a00564d4d416c4115ef1df566..789f6aa727fcf88a0406937ed6238f87298bbe84 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * f2fs IO tracer
  *
index 938fcd20565dccfdaa3a37a3cdd64abe4e1ab831..6a192e6c7a9ebf90b0605c2087c6d59e4b4d678e 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * fs/f2fs/xattr.h
  *