aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorGravatar Nishad Kamdar <nishadkamdar@gmail.com> 2020-04-25 18:49:08 +0530
committerGravatar Jaegeuk Kim <jaegeuk@kernel.org> 2020-05-08 06:55:55 -0700
commitd29fbcdb051fbe8e6aee87dd5a7df723f299494d (patch)
treeaeec5ab82771dc7690dc85b02eb0e4b9fa879eb0 /fs/f2fs/f2fs.h
parentf2fs: fix quota_sync failure due to f2fs_lock_op (diff)
downloadlinux-d29fbcdb051fbe8e6aee87dd5a7df723f299494d.tar.gz
linux-d29fbcdb051fbe8e6aee87dd5a7df723f299494d.tar.bz2
linux-d29fbcdb051fbe8e6aee87dd5a7df723f299494d.zip
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>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 3b9603266a2a..d036a31a97e8 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* fs/f2fs/f2fs.h
*