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 6520CEE49A5 for ; Mon, 21 Aug 2023 06:39:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229929AbjHUGja (ORCPT ); Mon, 21 Aug 2023 02:39:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230332AbjHUGja (ORCPT ); Mon, 21 Aug 2023 02:39:30 -0400 Received: from out-12.mta1.migadu.com (out-12.mta1.migadu.com [IPv6:2001:41d0:203:375::c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5C88AB for ; Sun, 20 Aug 2023 23:39:28 -0700 (PDT) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1692599965; 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=CSfoQd3XwUpQ2de8+t1B67oe5dl5I//p69PX46d5rUI=; b=Y9Gkcsuwz8GKzo/HVa2xnfBnTUBofFVRasCqWLC+irW23+SvnZVhzqfMRN4NWaF4LgfGRe t/Swk8UqSL7FmrO5PqMOXWNGIV/qR51RnxvokXhWknTxsFeBrl3qwyhXR9wdeqnzCcg3ke IOnT+4RKxGMnJEP/g1SGVmR1ffBLhGs= Date: Mon, 21 Aug 2023 14:39:15 +0800 MIME-Version: 1.0 Subject: Re: [PATCH v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt Content-Language: en-US To: Leo Yan Cc: Alex Shi , linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Alan Stern , Andrea Parri , Will Deacon , Peter Zijlstra , Boqun Feng , Nicholas Piggin , David Howells , Jade Alglave , Luc Maranget , "Paul E. McKenney" , Akira Yokosawa , Daniel Lustig , Joel Fernandes , Jonathan Corbet , Alex Shi , Yanteng Si , Andrew Morton References: <214aed18-5df5-1014-b73d-a1748c0cca13@linux.dev> <20230819162526.GA274478@leoy-huanghe.lan> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Gang Li In-Reply-To: <20230819162526.GA274478@leoy-huanghe.lan> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Thanks for your review! Your suggestions will be integrated into the next version(v2). On 2023/8/20 00:25, Leo Yan wrote: >> + | | : | | : | | >> + | | : | | : | | >> + | CPU 1 |<----->| 内存 |<----->| CPU 2 | > > Unalignment caused by extra space around "内存". > If using Chinese, it is impossible to align properly no matter how it is modified. If strict alignment is needed, the text in the charts should not be translated. Gang Li.