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 3BD0CC2BB41 for ; Tue, 16 Aug 2022 11:46:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229602AbiHPLqJ (ORCPT ); Tue, 16 Aug 2022 07:46:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233916AbiHPLpc (ORCPT ); Tue, 16 Aug 2022 07:45:32 -0400 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84DBEB99E5; Tue, 16 Aug 2022 04:18:37 -0700 (PDT) Date: Tue, 16 Aug 2022 19:18:11 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1660648715; 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=Slj6KW7j+aRbwOvxR1ThXixlcUq7nqFr9P+t/YYZJcc=; b=BaliCKMl2s0UI1dHshRH3V+gFHeYLfnKcoPFxFMXm334CdYAlO10KFTqyU9eSp2RrP2ZWK UUBxhaSPJ3z2xQPRRcyUAUlZOOZLkNVx7odMzN7qSKxppDpX1xK8qvU/443eFSatnLKSIk 1kEUjoDdnI7A9PV9lr6jpvbMPxgUB7Q= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Wu XiangCheng To: alexlzhu@fb.com Cc: corbet@lwn.net, bobwxc@email.cn, rppt@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Kernel-team@fb.com Subject: Re: [PATCH v2] docs: admin-guide/mm: Improve grammar on MM concepts documentation Message-ID: References: <20220816022621.253778-1-alexlzhu@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220816022621.253778-1-alexlzhu@fb.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 话说 alexlzhu@fb.com 于 2022-08-15 (一) 19:26:21 -0700 曰过: > From: Alexander Zhu > > Improve grammar on MM concepts documentation. > > Signed-off-by: Alexander Zhu I have no authorization for this document, so only Acked-by: Wu XiangCheng Thanks, > --- > Documentation/admin-guide/mm/concepts.rst | 138 +++++++++++----------- > 1 file changed, 68 insertions(+), 70 deletions(-) -- Wu XiangCheng 0x32684A40BCA7AEA7