diff options
author | Gao Xiang <hsiangkao@aol.com> | 2020-10-24 18:05:16 +0800 |
---|---|---|
committer | Gao Xiang <hsiangkao@aol.com> | 2020-11-01 23:42:18 +0800 |
commit | ef1c0a261ba1b487c6a87226dad2aeb6bb15458a (patch) | |
tree | 1ecbecdfc31b1f8df1c08edd3d7e835a6a75c161 | |
parent | 610c40cf543e040a01a80cd335eb5b1a287b4902 (diff) |
erofs-utils: fix the project prefix to "erofs-utils"
Some of them were "erofs_utils" in source headers by mistake.
Link: https://lore.kernel.org/r/20201024100516.14759-1-hsiangkao@aol.com
Reviewed-by: Li Guifu <bluce.lee@aliyun.com>
Signed-off-by: Gao Xiang <hsiangkao@aol.com>
-rw-r--r-- | include/erofs/cache.h | 2 | ||||
-rw-r--r-- | include/erofs/compress.h | 2 | ||||
-rw-r--r-- | include/erofs/config.h | 2 | ||||
-rw-r--r-- | include/erofs/defs.h | 2 | ||||
-rw-r--r-- | include/erofs/err.h | 2 | ||||
-rw-r--r-- | include/erofs/hashtable.h | 2 | ||||
-rw-r--r-- | include/erofs/inode.h | 2 | ||||
-rw-r--r-- | include/erofs/internal.h | 2 | ||||
-rw-r--r-- | include/erofs/io.h | 2 | ||||
-rw-r--r-- | include/erofs/list.h | 2 | ||||
-rw-r--r-- | include/erofs/print.h | 2 | ||||
-rw-r--r-- | include/erofs/xattr.h | 2 | ||||
-rw-r--r-- | include/erofs_fs.h | 2 | ||||
-rw-r--r-- | lib/cache.c | 2 | ||||
-rw-r--r-- | lib/compress.c | 2 | ||||
-rw-r--r-- | lib/config.c | 2 | ||||
-rw-r--r-- | lib/inode.c | 2 | ||||
-rw-r--r-- | lib/io.c | 2 | ||||
-rw-r--r-- | lib/xattr.c | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/include/erofs/cache.h b/include/erofs/cache.h index 10a6aac..8c171f5 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 fa91873..952f287 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 9902a08..e425ce2 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 33320db..8dee661 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 fd4c873..da3b681 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 ab57b56..7e47189 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 43aee93..5a7f5f1 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 bc77c43..cabb2fa 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 e0ca8d9..a23de64 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 e290843..3572726 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 e29fc1d..6b79074 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 9e2e1ea..197fe25 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@gmail.com> diff --git a/include/erofs_fs.h b/include/erofs_fs.h index bcc4f0c..4cd79f0 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 e61b201..0d5c4a5 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 6cc68ed..86db940 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 da0c260..3155112 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 43c807f..5695bbc 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/ @@ -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 b9ac223..1ce3fb3 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@gmail.com> |