All of lore.kernel.org
 help / color / mirror / Atom feed
From: Binbin Zhou <zhoubinbin@loongson.cn>
To: Jonathan Corbet <corbet@lwn.net>, Alex Shi <alexs@kernel.org>,
	Yanteng Si <siyanteng@loongson.cn>,
	Wu XiangCheng <bobwxc@email.cn>
Cc: Huacai Chen <chenhuacai@loongson.cn>,
	linux-doc@vger.kernel.org, Binbin Zhou <zhoubinbin@loongson.cn>
Subject: [PATCH V2 0/3] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 2)
Date: Wed, 19 Oct 2022 17:32:34 +0800	[thread overview]
Message-ID: <cover.1666171735.git.zhoubinbin@loongson.cn> (raw)

Hi all:

As a continuation of the previous patchset
(https://lore.kernel.org/all/cover.1660881950.git.zhoubinbin@loongson.cn/),
this patchset contains the Chinese translations of the remaining three files.

As follows:

this_cpu_ops.rst
timekeeping.rst
errseq.rst

So far, the docs for section "Data structures and low-level utilities" of
the core-api has been translated completely.

Thanks.

Changes since V1:
- Take Xiangcheng's advices, thanks.

Details: 
https://lore.kernel.org/all/Y0wsWoI+BXXCuRbF@bobwxc.mipc/
https://lore.kernel.org/all/Y02EcgD3E0%2FlML5H@bobwxc.mipc/

Binbin Zhou (3):
  docs/zh_CN: core-api: Add this_cpu_ops Chinese translation
  docs/zh_CN: core-api: Add timekeeping Chinese translation
  docs/zh_CN: core-api: Add errseq Chinese translation

 .../translations/zh_CN/core-api/errseq.rst    | 145 +++++++++
 .../translations/zh_CN/core-api/index.rst     |   5 -
 .../zh_CN/core-api/this_cpu_ops.rst           | 285 ++++++++++++++++++
 .../zh_CN/core-api/timekeeping.rst            | 177 +++++++++++
 4 files changed, 607 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/core-api/errseq.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/this_cpu_ops.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/timekeeping.rst

-- 
2.31.1


WARNING: multiple messages have this Message-ID (diff)
From: Binbin Zhou <zhoubinbin@loongson.cn>
To: Jonathan Corbet <corbet@lwn.net>, Alex Shi <alexs@kernel.org>,
	Yanteng Si <siyanteng@loongson.cn>,
	Wu XiangCheng <bobwxc@email.cn>
Cc: Huacai Chen <chenhuacai@loongson.cn>,
	linux-doc@vger.kernel.org, Binbin Zhou <zhoubinbin@loongson.cn>
Subject: [PATCH RESEND V2 0/3] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 2)
Date: Fri, 21 Oct 2022 09:58:06 +0800	[thread overview]
Message-ID: <cover.1666171735.git.zhoubinbin@loongson.cn> (raw)
Message-ID: <20221021015806.y1I669lGHdH2DVsabsxrzaT4mebHXoIK2Q-xkpXHCx0@z> (raw)

Hi all:

I'm very sorry that the previous patches were sent incomplete due to
some reasons with my email. Therefore I am resending this series of
patches.

Original cover letter:

As a continuation of the previous patchset
(https://lore.kernel.org/all/cover.1660881950.git.zhoubinbin@loongson.cn/),
this patchset contains the Chinese translations of the remaining three files.

As follows:

this_cpu_ops.rst
timekeeping.rst
errseq.rst

So far, the docs for section "Data structures and low-level utilities" of
the core-api has been translated completely.

Thanks.

Changes since V1:
- Take Xiangcheng's advices, thanks.

Details: 
https://lore.kernel.org/all/Y0wsWoI+BXXCuRbF@bobwxc.mipc/
https://lore.kernel.org/all/Y02EcgD3E0%2FlML5H@bobwxc.mipc/

Binbin Zhou (3):
  docs/zh_CN: core-api: Add this_cpu_ops Chinese translation
  docs/zh_CN: core-api: Add timekeeping Chinese translation
  docs/zh_CN: core-api: Add errseq Chinese translation

 .../translations/zh_CN/core-api/errseq.rst    | 145 +++++++++
 .../translations/zh_CN/core-api/index.rst     |   5 -
 .../zh_CN/core-api/this_cpu_ops.rst           | 285 ++++++++++++++++++
 .../zh_CN/core-api/timekeeping.rst            | 177 +++++++++++
 4 files changed, 607 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/core-api/errseq.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/this_cpu_ops.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/timekeeping.rst

-- 
2.31.1


             reply	other threads:[~2022-10-19 10:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19  9:32 Binbin Zhou [this message]
2022-10-21  1:58 ` [PATCH RESEND V2 0/3] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 2) Binbin Zhou
2022-10-19  9:32 ` [PATCH V2 2/3] docs/zh_CN: core-api: Add timekeeping Chinese translation Binbin Zhou
2022-10-21  1:58   ` [PATCH RESEND " Binbin Zhou
2022-10-21  5:31   ` Wu XiangCheng
2022-10-20  9:28 ` [PATCH V2 0/3] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 2) Yanteng Si
2022-10-21  1:18   ` Binbin Zhou
2022-10-21  1:58 ` [PATCH RESEND V2 1/3] docs/zh_CN: core-api: Add this_cpu_ops Chinese translation Binbin Zhou
2022-10-20  9:13   ` [PATCH " Yanteng Si
2022-10-21  5:18   ` [PATCH RESEND " Wu XiangCheng
2022-10-21  1:58 ` [PATCH RESEND V2 3/3] docs/zh_CN: core-api: Add errseq " Binbin Zhou
2022-10-21  7:36   ` Yanteng Si
2022-10-21  8:50   ` Alex Shi
2022-10-22 15:09     ` Binbin Zhou
2022-10-24  8:37       ` Alex Shi
2022-10-24 11:18         ` 周彬彬
2022-10-28 18:31 ` [PATCH V2 0/3] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 2) Jonathan Corbet

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=cover.1666171735.git.zhoubinbin@loongson.cn \
    --to=zhoubinbin@loongson.cn \
    --cc=alexs@kernel.org \
    --cc=bobwxc@email.cn \
    --cc=chenhuacai@loongson.cn \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=siyanteng@loongson.cn \
    /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.