Binbin Zhou <zhoubinbin@xxxxxxxxxxx> writes: > Hi all: > > As a continuation of the previous patchset > (https://lore.kernel.org/all/cover.1660881950.git.zhoubinbin@xxxxxxxxxxx/), > 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@xxxxxxxxxxx/ > https://lore.kernel.org/all/Y02EcgD3E0%2FlML5H@xxxxxxxxxxx/ > > 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 Applied, thanks. jon