[PATCH] erofs-utils: fix the project prefix to "erofs-utils"

Gao Xiang hsiangkao at aol.com
Sat Oct 24 21:05:16 AEDT 2020


Some of them were "erofs_utils" in source headers by mistake.

Signed-off-by: Gao Xiang <hsiangkao at aol.com>
---
 include/erofs/cache.h     | 2 +-
 include/erofs/compress.h  | 2 +-
 include/erofs/config.h    | 2 +-
 include/erofs/defs.h      | 2 +-
 include/erofs/err.h       | 2 +-
 include/erofs/hashtable.h | 2 +-
 include/erofs/inode.h     | 2 +-
 include/erofs/internal.h  | 2 +-
 include/erofs/io.h        | 2 +-
 include/erofs/list.h      | 2 +-
 include/erofs/print.h     | 2 +-
 include/erofs/xattr.h     | 2 +-
 include/erofs_fs.h        | 2 +-
 lib/cache.c               | 2 +-
 lib/compress.c            | 2 +-
 lib/config.c              | 2 +-
 lib/inode.c               | 2 +-
 lib/io.c                  | 2 +-
 lib/xattr.c               | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/include/erofs/cache.h b/include/erofs/cache.h
index 10a6aace26ba..8c171f5a130e 100644
--- a/include/erofs/cache.h
+++ b/include/erofs/cache.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/cache.h
+ * erofs-utils/include/erofs/cache.h
  *
  * Copyright (C) 2018 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/compress.h b/include/erofs/compress.h
index fa918732b532..952f2870a180 100644
--- a/include/erofs/compress.h
+++ b/include/erofs/compress.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/compress.h
+ * erofs-utils/include/erofs/compress.h
  *
  * Copyright (C) 2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/config.h b/include/erofs/config.h
index 9902a089ab46..e425ce212ce2 100644
--- a/include/erofs/config.h
+++ b/include/erofs/config.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/config.h
+ * erofs-utils/include/erofs/config.h
  *
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/defs.h b/include/erofs/defs.h
index 33320dbe8e3c..8dee661ab9f0 100644
--- a/include/erofs/defs.h
+++ b/include/erofs/defs.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/defs.h
+ * erofs-utils/include/erofs/defs.h
  *
  * Copyright (C) 2018 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/err.h b/include/erofs/err.h
index fd4c8739209e..da3b68168714 100644
--- a/include/erofs/err.h
+++ b/include/erofs/err.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/err.h
+ * erofs-utils/include/erofs/err.h
  *
  * Copyright (C) 2018 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/hashtable.h b/include/erofs/hashtable.h
index ab57b56829fc..7e47189d8a29 100644
--- a/include/erofs/hashtable.h
+++ b/include/erofs/hashtable.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * erofs_utils/include/erofs/hashtable.h
+ * erofs-utils/include/erofs/hashtable.h
  *
  * Original code taken from 'linux/include/linux/hash{,table}.h'
  */
diff --git a/include/erofs/inode.h b/include/erofs/inode.h
index 43aee939c5d2..5a7f5f1a9534 100644
--- a/include/erofs/inode.h
+++ b/include/erofs/inode.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/inode.h
+ * erofs-utils/include/erofs/inode.h
  *
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/internal.h b/include/erofs/internal.h
index bc77c43719e8..cabb2faa0072 100644
--- a/include/erofs/internal.h
+++ b/include/erofs/internal.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/internal.h
+ * erofs-utils/include/erofs/internal.h
  *
  * Copyright (C) 2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/io.h b/include/erofs/io.h
index e0ca8d949130..a23de64541c6 100644
--- a/include/erofs/io.h
+++ b/include/erofs/io.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/io.h
+ * erofs-utils/include/erofs/io.h
  *
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/list.h b/include/erofs/list.h
index e29084345bfe..3572726f2e0b 100644
--- a/include/erofs/list.h
+++ b/include/erofs/list.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/list.h
+ * erofs-utils/include/erofs/list.h
  *
  * Copyright (C) 2018 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/print.h b/include/erofs/print.h
index e29fc1d6f1e8..6b790746a9d7 100644
--- a/include/erofs/print.h
+++ b/include/erofs/print.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * erofs_utils/include/erofs/print.h
+ * erofs-utils/include/erofs/print.h
  *
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/include/erofs/xattr.h b/include/erofs/xattr.h
index 9e2e1ea1789f..197fe25830e9 100644
--- a/include/erofs/xattr.h
+++ b/include/erofs/xattr.h
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * erofs_utils/include/erofs/xattr.h
+ * erofs-utils/include/erofs/xattr.h
  *
  * Originally contributed by an anonymous person,
  * heavily changed by Li Guifu <blucerlee at gmail.com>
diff --git a/include/erofs_fs.h b/include/erofs_fs.h
index bcc4f0c630ad..4cd79f01d820 100644
--- a/include/erofs_fs.h
+++ b/include/erofs_fs.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only OR Apache-2.0 */
 /*
- * erofs_utils/include/erofs_fs.h
+ * erofs-utils/include/erofs_fs.h
  * EROFS (Enhanced ROM File System) on-disk format definition
  *
  * Copyright (C) 2017-2018 HUAWEI, Inc.
diff --git a/lib/cache.c b/lib/cache.c
index e61b20120b13..0d5c4a5d48de 100644
--- a/lib/cache.c
+++ b/lib/cache.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * erofs_utils/lib/cache.c
+ * erofs-utils/lib/cache.c
  *
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/lib/compress.c b/lib/compress.c
index 6cc68edcb745..86db940b6edd 100644
--- a/lib/compress.c
+++ b/lib/compress.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * erofs_utils/lib/compress.c
+ * erofs-utils/lib/compress.c
  *
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/lib/config.c b/lib/config.c
index da0c260a94a0..315511284871 100644
--- a/lib/config.c
+++ b/lib/config.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * erofs_utils/lib/config.c
+ * erofs-utils/lib/config.c
  *
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/lib/inode.c b/lib/inode.c
index 43c807f621cd..5695bbc52910 100644
--- a/lib/inode.c
+++ b/lib/inode.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * erofs_utils/lib/inode.c
+ * erofs-utils/lib/inode.c
  *
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/lib/io.c b/lib/io.c
index 5b998d847e2f..4f5d9a6edaa4 100644
--- a/lib/io.c
+++ b/lib/io.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * erofs_utils/lib/io.c
+ * erofs-utils/lib/io.c
  *
  * Copyright (C) 2018 HUAWEI, Inc.
  *             http://www.huawei.com/
diff --git a/lib/xattr.c b/lib/xattr.c
index b9ac223cc746..1ce3fb3f44b8 100644
--- a/lib/xattr.c
+++ b/lib/xattr.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * erofs_utils/lib/xattr.c
+ * erofs-utils/lib/xattr.c
  *
  * Originally contributed by an anonymous person,
  * heavily changed by Li Guifu <blucerlee at gmail.com>
-- 
2.24.0



More information about the Linux-erofs mailing list