[PATCH V2 2/6] erofs-utils: fix SPDX comment style
Huang Jianan
jnhuang95 at gmail.com
Fri Sep 3 23:40:31 AEST 2021
From: Huang Jianan <huangjianan at oppo.com>
Signed-off-by: Huang Jianan <huangjianan at oppo.com>
---
fuse/macosx.h | 1 +
include/erofs/block_list.h | 2 +-
include/erofs/xattr.h | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/fuse/macosx.h b/fuse/macosx.h
index 372eba6..81ac47f 100644
--- a/fuse/macosx.h
+++ b/fuse/macosx.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
#ifdef __APPLE__
#undef LIST_HEAD
#endif
diff --git a/include/erofs/block_list.h b/include/erofs/block_list.h
index 5127b23..fca476a 100644
--- a/include/erofs/block_list.h
+++ b/include/erofs/block_list.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C), 2021, Coolpad Group Limited.
* Created by Yue Hu <huyue2 at yulong.com>
diff --git a/include/erofs/xattr.h b/include/erofs/xattr.h
index 5086b54..f0c4c26 100644
--- a/include/erofs/xattr.h
+++ b/include/erofs/xattr.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Originally contributed by an anonymous person,
* heavily changed by Li Guifu <blucerlee at gmail.com>
--
2.25.1
More information about the Linux-erofs
mailing list