Received: by 10.223.176.46 with SMTP id f43csp1799003wra; Wed, 24 Jan 2018 23:54:09 -0800 (PST) X-Google-Smtp-Source: AH8x224MiCpxxvwQklViVAFRsjKtDmI5ky0Ag/KybrX8LUWcujkm+nwzBBJEv/7pt7ZCAF+PmaoH X-Received: by 2002:a17:902:68c5:: with SMTP id x5-v6mr10628281plm.80.1516866849004; Wed, 24 Jan 2018 23:54:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516866848; cv=none; d=google.com; s=arc-20160816; b=KSenl5i5f+nSoKKHuuwm8K6kMogpTTNsierSnoiTQV9ZPlxiMULAd4SBSm0YhouKyZ MAQzOB89CZphayhl62WARcVd8pNzbfwtEld7cMSQhAhLpTT/t06rr/54heu5bROhZ4bt 9HBGWiUM8ZoOk2J5BzDPEZvg8xbM7nkylswqdPmWJAX+vKtheWQdzr+w+s3V85o/Rbg8 14aCBi9FZwscZbHtsMOTGgpnumezNIVeS2hgaaZsUnYWIDxA3y47wLP55s2gO01GbONO Ygs+Chjir+diXwFuYD13xzuynbusTmVYUane3uVXmFmf4FladBZezV/T1+78UdWdTLrz fZbQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=5zK5DBko44aX1u336188tF0aNz9yt9HThk8O44gF5CE=; b=KiG2vkkQ/P7GBk7qmTYpUpdM6e0JPq6xRNqNe4/ycyGqt++aLoY30AP/T2hu6ALQhq AYfy11gRFvNfHoyqttpri3Z7vrKYRPT+QAirc5V1dAe4bJjUpcQnnlOr5z5ma15bOLLW llVhL8LvMTjuOPm3GI8EZYT2IZ2JEhU9vRuQby0oGLAN+TeiYpwKm/59Lm0H+WfjME/C Y+PerZO9FyOag8muRCOHWJUsami1mLEKUFdSMe06FdNV0lKLEzrZIudFUyYe+5lOJPzr qw+0dTehsfhTwZOlYdi8thciMy9v0Y1jFvQlRIu3nttEbzaW7jY85f0TDWQoBkHGkdyx JyXQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f91-v6si1570381plb.377.2018.01.24.23.53.55; Wed, 24 Jan 2018 23:54:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751323AbeAYHxd (ORCPT + 99 others); Thu, 25 Jan 2018 02:53:33 -0500 Received: from lhrrgout.huawei.com ([194.213.3.17]:22775 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751056AbeAYHxc (ORCPT ); Thu, 25 Jan 2018 02:53:32 -0500 Received: from LHREML712-CAH.china.huawei.com (unknown [172.18.7.107]) by Forcepoint Email with ESMTP id 0A6021B53113D; Thu, 25 Jan 2018 07:53:29 +0000 (GMT) Received: from [10.122.225.51] (10.122.225.51) by smtpsuk.huawei.com (10.201.108.35) with Microsoft SMTP Server (TLS) id 14.3.361.1; Thu, 25 Jan 2018 07:53:28 +0000 Subject: Re: [PATCH 5/6] Documentation for Pmalloc To: Ralph Campbell , , , , , , CC: , , , , References: <20180124175631.22925-1-igor.stoppa@huawei.com> <20180124175631.22925-6-igor.stoppa@huawei.com> <8397e79f-c4b7-4cae-e5a0-2c3b32d9a327@nvidia.com> From: Igor Stoppa Message-ID: <6102b676-2396-5ac1-984b-f15e05758819@huawei.com> Date: Thu, 25 Jan 2018 09:53:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <8397e79f-c4b7-4cae-e5a0-2c3b32d9a327@nvidia.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.122.225.51] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/01/18 21:14, Ralph Campbell wrote: > 2 Minor typos inline below: thanks for proof-reading, will fix accordingly. -- igor