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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABBEAC4332F for ; Fri, 21 Oct 2022 05:19:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230073AbiJUFTQ (ORCPT ); Fri, 21 Oct 2022 01:19:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229732AbiJUFTA (ORCPT ); Fri, 21 Oct 2022 01:19:00 -0400 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6312E1B5777 for ; Thu, 20 Oct 2022 22:18:59 -0700 (PDT) Date: Fri, 21 Oct 2022 13:18:35 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1666329537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aiqI7NwNTsoActA5CTZ2tuIv85M5FYkKJE5OgRKEtHQ=; b=JxV6q9t545fYH/yCtgblZpXXX6hDREyX5O5rFzUkydvQJ3+fMX1hBGL/c327btkhOb7J+x 4Gt5QdiyZmS0rV95MOjQ3uj8G3D5epsY0LNs2qZPfdbsx7lSpTi1irS/EtnXLUCeCywFTd e7121915ydUFt0JRDFSpKBgqRT6W874= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Wu XiangCheng To: Binbin Zhou Cc: Jonathan Corbet , Alex Shi , Yanteng Si , Wu XiangCheng , Huacai Chen , linux-doc@vger.kernel.org Subject: Re: [PATCH RESEND V2 1/3] docs/zh_CN: core-api: Add this_cpu_ops Chinese translation Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 2022-10-21 (五) 09:58:07 +0800 Binbin Zhou 曰: > Translate core-api/this_cpu_ops.rst into Chinese. > > Last English version used: > > commit c9b54d6f362c ("docs: move other kAPI documents to core-api"). > > Signed-off-by: Binbin Zhou Reviewed-by: Wu XiangCheng > --- > .../translations/zh_CN/core-api/index.rst | 2 +- > .../zh_CN/core-api/this_cpu_ops.rst | 285 ++++++++++++++++++ > 2 files changed, 286 insertions(+), 1 deletion(-) > create mode 100644 Documentation/translations/zh_CN/core-api/this_cpu_ops.rst -- Wu XiangCheng 0x32684A40BCA7AEA7