]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit76fd40150f3ea3426de5346cece806a0b252e0e5
treeaeec5ab82771dc7690dc85b02eb0e4b9fa879eb0
parentc12bd9be1d0e8e5883e95cb5ba66a9847dbee3dd
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