2021-03-29 15:18:14

by Wu XiangCheng

[permalink] [raw]
Subject: [PATCH] doc/zh_CN: Clean zh_CN translation maintainer

Remove Harry Wei and <[email protected]> from
MAINTAINERS Chinese Translation.

According to git logs, Harry Wei (aka WeiWei Jia)
* last submitted at 2012-05-07
commit a9e73211fb0f ("Fix a mistake sentence in the file 'Documentation/zh_CN/magic-number.txt'")
* last Reviewed-by at 2016-02-16
commit 45c73ea7a785 ("Documentation: Chinese translation of arm64/silicon-errata.txt")
* last Signed-off-by at 2019-03-13 (pick by Alex Shi)
commit 95dcdb6e125f ("docs/zh_CN: rename magic-numbers as rst doc")

According to mail list archives, Harry Wei
* last replied at 2016-02-15
<https://lore.kernel.org/lkml/CAD+1EGPFdoD7HHZYfEWVvmesXXG27n=6KmEZ8=B6nrvb+oaLZA@mail.gmail.com/>
* last appeared at 2018-05-12
<https://lore.kernel.org/lkml/CA+scX6kYH8Y9_f1PLcMHG-MD9bhXgd4gGpkJanjzvwwj9L=aOQ@mail.gmail.com/>

He/She did not maintain zh_CN translations for a long time.
<[email protected]> is a maillist for Linux group of
Xi'an University of Posts and Telecommunications, not special for zh_CN
translation work.

Anyway, many thanks him/her and Xiyou for their contributions to the early
Chinese translation work!

Signed-off-by: Wu XiangCheng <[email protected]>
---
Hope I did not miss something.
If someone know Harry Wei want to come back, please reply this message
before pick up.

MAINTAINERS | 2 --
1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fb2a3633b719..178927f7e813 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4185,9 +4185,7 @@ S: Maintained
F: scripts/checkpatch.pl

CHINESE DOCUMENTATION
-M: Harry Wei <[email protected]>
M: Alex Shi <[email protected]>
-L: [email protected] (subscribers-only)
S: Maintained
F: Documentation/translations/zh_CN/

--
2.20.1


2021-04-08 17:47:20

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] doc/zh_CN: Clean zh_CN translation maintainer

Wu XiangCheng <[email protected]> writes:

> Remove Harry Wei and <[email protected]> from
> MAINTAINERS Chinese Translation.
>
> According to git logs, Harry Wei (aka WeiWei Jia)
> * last submitted at 2012-05-07
> commit a9e73211fb0f ("Fix a mistake sentence in the file 'Documentation/zh_CN/magic-number.txt'")
> * last Reviewed-by at 2016-02-16
> commit 45c73ea7a785 ("Documentation: Chinese translation of arm64/silicon-errata.txt")
> * last Signed-off-by at 2019-03-13 (pick by Alex Shi)
> commit 95dcdb6e125f ("docs/zh_CN: rename magic-numbers as rst doc")
>
> According to mail list archives, Harry Wei
> * last replied at 2016-02-15
> <https://lore.kernel.org/lkml/CAD+1EGPFdoD7HHZYfEWVvmesXXG27n=6KmEZ8=B6nrvb+oaLZA@mail.gmail.com/>
> * last appeared at 2018-05-12
> <https://lore.kernel.org/lkml/CA+scX6kYH8Y9_f1PLcMHG-MD9bhXgd4gGpkJanjzvwwj9L=aOQ@mail.gmail.com/>
>
> He/She did not maintain zh_CN translations for a long time.
> <[email protected]> is a maillist for Linux group of
> Xi'an University of Posts and Telecommunications, not special for zh_CN
> translation work.
>
> Anyway, many thanks him/her and Xiyou for their contributions to the early
> Chinese translation work!
>
> Signed-off-by: Wu XiangCheng <[email protected]>

I've applied this, thanks.

jon