From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B186FC4320A for ; Thu, 12 Aug 2021 14:57:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 936076103A for ; Thu, 12 Aug 2021 14:57:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237534AbhHLO5x (ORCPT ); Thu, 12 Aug 2021 10:57:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236417AbhHLO5w (ORCPT ); Thu, 12 Aug 2021 10:57:52 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7645FC061756; Thu, 12 Aug 2021 07:57:27 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 301DC44A; Thu, 12 Aug 2021 14:57:27 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 301DC44A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1628780247; bh=csI+g0I7i+/PQ+uJiZXzwrLTH3TTq4CmgYgZRCtgHEw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=kUZty8t2remczjo/K2FjOD4OBqbm+zzi/u8zz+Rzuig67nL9PSpUYNf6j7IC238W8 uURZ+5nnJ5uDwArYO8NCDbKYVdts6LMuYbCMvzfmxpGURLq9gQ4XPIL7JBZpHbnIW/ lDJIbSIEGFsuyvhZfOtegItIexEFbXSc3A9mrF71bVNx6OkhZB1R+7cwrnPQ6K2y+b NY8EGQacIpwGI+MP+q2SBEcFfN8PYJUf0m9B0WafIG4pecbNajVNuTNpR+9BwYb8gs sVL4RzxvXawoRIWvL3pBvWyKXG6Djpp9uALxvd2gbXhRHkSoFZYyvgtPHzScSEpv28 VCykKFk9X09iA== From: Jonathan Corbet To: cgel.zte@gmail.com, alexs@kernel.org, siyanteng@loongson.cn, sterlingteng@gmail.com Cc: yang.yang29@zte.com.cn, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5] docs/zh_CN: Add zh_CN/accounting/psi.rst In-Reply-To: <20210731084502.571451-1-yang.yang29@zte.com.cn> References: <20210731084502.571451-1-yang.yang29@zte.com.cn> Date: Thu, 12 Aug 2021 08:57:26 -0600 Message-ID: <87wnoqzp61.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org cgel.zte@gmail.com writes: > From: Yang Yang > > Add translation zh_CN/accounting/psi.rst and zh_CN/accounting/index.rst. > > Signed-off-by: Yang Yang > Reviewed-by: Yanteng Si > --- > v5: link accounting/index to top-level Chinese index.rst > v4: delete wrong Reviewed-by > v3: add reviewers > v2: correct wrong format and add translations for code annotations > --- > .../translations/zh_CN/accounting/index.rst | 25 +++ > .../translations/zh_CN/accounting/psi.rst | 155 ++++++++++++++++++ > Documentation/translations/zh_CN/index.rst | 2 +- > 3 files changed, 181 insertions(+), 1 deletion(-) > create mode 100644 Documentation/translations/zh_CN/accounting/index.rst > create mode 100644 Documentation/translations/zh_CN/accounting/psi.rst Applied, thanks. jon