From: Gao Xiang <xiang@kernel.org>
To: Weizhao Ouyang <o451686892@gmail.com>
Cc: linux-erofs@lists.ozlabs.org
Subject: Re: [PATCH] erofs-utils: dump: remove duplicate file type
Date: Mon, 21 Nov 2022 07:24:06 +0800 [thread overview]
Message-ID: <Y3q3FmEBnlgLOUvb@debian> (raw)
In-Reply-To: <20221120040648.706871-1-o451686892@gmail.com>
On Sun, Nov 20, 2022 at 04:06:48AM +0000, Weizhao Ouyang wrote:
> Remove duplicate ".txt" file type distribution.
>
> Signed-off-by: Weizhao Ouyang <o451686892@gmail.com>
Thanks, applied.
> ---
> dump/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dump/main.c b/dump/main.c
> index f2a09b6..93dce8b 100644
> --- a/dump/main.c
> +++ b/dump/main.c
> @@ -37,7 +37,7 @@ static const char header_format[] = "%-16s %11s %16s |%-50s|\n";
> static char *file_types[] = {
> ".txt", ".so", ".xml", ".apk",
> ".odex", ".vdex", ".oat", ".rc",
> - ".otf", ".txt", "others",
> + ".otf", "others",
> };
> #define OTHERFILETYPE ARRAY_SIZE(file_types)
> /* (1 << FILE_MAX_SIZE_BITS)KB */
> --
> 2.37.2
>
prev parent reply other threads:[~2022-11-20 23:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-20 4:06 [PATCH] erofs-utils: dump: remove duplicate file type Weizhao Ouyang
2022-11-20 23:24 ` Gao Xiang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y3q3FmEBnlgLOUvb@debian \
--to=xiang@kernel.org \
--cc=linux-erofs@lists.ozlabs.org \
--cc=o451686892@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.