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)
commitd29fbcdb051fbe8e6aee87dd5a7df723f299494d
treeaeec5ab82771dc7690dc85b02eb0e4b9fa879eb0
parent435cbab95e3966cd8310addd9e9b758dce0e8b84
f2fs: Use the correct style for SPDX License Identifier

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