Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp531337ybg; Wed, 10 Jun 2020 07:09:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwXWcxNyKucEccbfkCxahiBVOIxCWQO8j2DxVZFp/gDXGMu873FuPXeX2lVfDLgwW9bap8H X-Received: by 2002:a17:907:2636:: with SMTP id aq22mr3441056ejc.384.1591798177705; Wed, 10 Jun 2020 07:09:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591798177; cv=none; d=google.com; s=arc-20160816; b=cCUf5kS0JTZtyH8iUZFm6ZYuPYa9FkGo4mMVzSu2Jzt0Z7iibhF+xXIsIop6smohQK HyMUiDnMGIQpI+/Tp9dxUUlSu7XNyvi+zfywBhJ5a+mFshnL3co4nxhnno89x65liphT Q0tDsTayVwME3kC7plAQd5aKrywehZzFFNSK5X+wffI4wbR6EWZeunO3cC09fgiryaxV dgNR9v4aOmg7G02kcikPFLKki+sXhs+k7cRPqlVKjfOYVSmHQAnjYVrzGeQPyUzLlhGn Wb7bb9/I1CLaY5/4KRqVexKX6uQ6uWjfsxbfrdvdjIdS8YqU3hVuVXY0UNcYTQrlW5bL Pv2g== 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:organization:from:references:cc:to:subject:reply-to :dkim-signature; bh=/43aHI9kV4KUyYEBuhN2ZS3eawjvmdUTVTYW6gMMu/0=; b=Q0GktZpVBi/ycs29lmzUcTr1YGJBW+zpREpLwr9a4klS/e3Akuy69H4d6xl2xORhug 0WcAeR7jYwvh1miJhewq6Dd6ly8HweRVmyS1q4XFPtAmEbVtQQ0tkd49BurEFtEzU7BF xR9vYb4viDCzRQh0q6fwa/R4+Pi2cPPTZT0Rzc1O5p/dOQq+dpsELKHIUPbkzWMy+8Ec mSiavNsid6kNFfhZXagoAErmzQinfRBtcARGjSs3XaXn9mMLuGPJj7fw/1jkaA/uqSRi aqgJceuCabeKM+ND55KVnn/SP1P1Bqu8OxD/ND9QVYzPtTAp1ziUF075i31gNbc2iVt/ qoXw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass (test mode) header.i=@ideasonboard.com header.s=mail header.b=ESqqyDvX; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s23si13321434edx.34.2020.06.10.07.09.13; Wed, 10 Jun 2020 07:09:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass (test mode) header.i=@ideasonboard.com header.s=mail header.b=ESqqyDvX; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727022AbgFJJG1 (ORCPT + 99 others); Wed, 10 Jun 2020 05:06:27 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:45224 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726219AbgFJJG0 (ORCPT ); Wed, 10 Jun 2020 05:06:26 -0400 Received: from [192.168.0.20] (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CEBCA29E; Wed, 10 Jun 2020 11:06:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1591779983; bh=jDahtic4X/hGHdvUIUQ4poL1ADmSmvhjqpE/zX70PGE=; h=Reply-To:Subject:To:Cc:References:From:Date:In-Reply-To:From; b=ESqqyDvXadCuJ/5DhuogFj+9nhJ3DYr6jXzQxi/YaQMldGP+LuS1pyEQwt1Sa1cto jxwC62SWsTHQjWCidDleNwcwmXRRBKe625Tu2BhfSmNsmGvUgRMvORTQ9Mmra8Zz/5 zJvB6DLBCFmx+gonkYuhV07BxIg4L7gOC+vP03pw= Reply-To: kieran.bingham+renesas@ideasonboard.com Subject: Re: [PATCH v2] mm/balloon_compaction: Fix trivial spelling To: Sergei Shtylyov , Kieran Bingham , David Hildenbrand Cc: linux-renesas-soc@vger.kernel.org, "Michael S. Tsirkin" , Jason Wang , Andrew Morton , Jiri Kosina , "open list:VIRTIO CORE AND NET DRIVERS" , "open list:MEMORY MANAGEMENT" , open list References: <20200609124610.3445662-16-kieran.bingham+renesas@ideasonboard.com> <20200609143412.3456484-1-kieran.bingham+renesas@ideasonboard.com> <6b13243c-db22-ef33-8aed-9b385cc10b58@cogentembedded.com> From: Kieran Bingham Organization: Ideas on Board Message-ID: <731a9af2-57eb-3b4e-458e-b652df446d04@ideasonboard.com> Date: Wed, 10 Jun 2020 10:06:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <6b13243c-db22-ef33-8aed-9b385cc10b58@cogentembedded.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sergei, On 10/06/2020 10:00, Sergei Shtylyov wrote: > Hello! > > On 09.06.2020 17:34, Kieran Bingham wrote: > >> The word 'descriptor' is misspelled throughout the tree. >> >> Fix it up accordingly: >>      decriptors -> descriptors > >       decriptor -> descriptor really. ;-) Ayeee ... that's what I get for doing a batch fixup ... Which - I believe I probably actually did a sed conversion on decriptor, anyway, so I'm not even sure why the commit messages ended up all pluralised ;-) Thanks for the highlight, I'll fix up in any resends. -- Kieran >> Signed-off-by: Kieran Bingham >> Reviewed-by: David Hildenbrand >> --- >>   mm/balloon_compaction.c | 4 ++-- >>   1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c >> index 26de020aae7b..907fefde2572 100644 >> --- a/mm/balloon_compaction.c >> +++ b/mm/balloon_compaction.c >> @@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue); >>   /** >>    * balloon_page_list_dequeue() - removes pages from balloon's page >> list and >>    *                 returns a list of the pages. >> - * @b_dev_info: balloon device decriptor where we will grab a page from. >> + * @b_dev_info: balloon device descriptor where we will grab a page >> from. >>    * @pages: pointer to the list of pages that would be returned to >> the caller. >>    * @n_req_pages: number of requested pages. >>    * >> @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue); >>   /* >>    * balloon_page_dequeue - removes a page from balloon's page list >> and returns >>    *              its address to allow the driver to release the page. >> - * @b_dev_info: balloon device decriptor where we will grab a page from. >> + * @b_dev_info: balloon device descriptor where we will grab a page >> from. >>    * >>    * Driver must call this function to properly dequeue a previously >> enqueued page >>    * before definitively releasing it back to the guest system. > > MBR, Sergei