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 X-Spam-Level: X-Spam-Status: No, score=-8.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF41EC433DF for ; Wed, 10 Jun 2020 09:06:27 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 9250F20760 for ; Wed, 10 Jun 2020 09:06:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ESqqyDvX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9250F20760 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 18F4A6B0028; Wed, 10 Jun 2020 05:06:27 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 140246B0029; Wed, 10 Jun 2020 05:06:27 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 056DE6B002A; Wed, 10 Jun 2020 05:06:27 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0252.hostedemail.com [216.40.44.252]) by kanga.kvack.org (Postfix) with ESMTP id E03416B0028 for ; Wed, 10 Jun 2020 05:06:26 -0400 (EDT) Received: from smtpin29.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 95AD2181ABEA3 for ; Wed, 10 Jun 2020 09:06:26 +0000 (UTC) X-FDA: 76912721172.29.beds43_531415026dc9 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin29.hostedemail.com (Postfix) with ESMTP id 79DB818087C9C for ; Wed, 10 Jun 2020 09:06:26 +0000 (UTC) X-HE-Tag: beds43_531415026dc9 X-Filterd-Recvd-Size: 4334 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by imf41.hostedemail.com (Postfix) with ESMTP for ; Wed, 10 Jun 2020 09:06:25 +0000 (UTC) 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 X-Rspamd-Queue-Id: 79DB818087C9C X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam03 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Hi Sergei, On 10/06/2020 10:00, Sergei Shtylyov wrote: > Hello! >=20 > On 09.06.2020 17:34, Kieran Bingham wrote: >=20 >> The word 'descriptor' is misspelled throughout the tree. >> >> Fix it up accordingly: >> =C2=A0=C2=A0=C2=A0=C2=A0 decriptors -> descriptors >=20 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 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 >> --- >> =C2=A0 mm/balloon_compaction.c | 4 ++-- >> =C2=A0 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); >> =C2=A0 /** >> =C2=A0=C2=A0 * balloon_page_list_dequeue() - removes pages from balloo= n's page >> list and >> =C2=A0=C2=A0 *=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 returns a list of the pages. >> - * @b_dev_info: balloon device decriptor where we will grab a page fr= om. >> + * @b_dev_info: balloon device descriptor where we will grab a page >> from. >> =C2=A0=C2=A0 * @pages: pointer to the list of pages that would be retu= rned to >> the caller. >> =C2=A0=C2=A0 * @n_req_pages: number of requested pages. >> =C2=A0=C2=A0 * >> @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue); >> =C2=A0 /* >> =C2=A0=C2=A0 * balloon_page_dequeue - removes a page from balloon's pa= ge list >> and returns >> =C2=A0=C2=A0 *=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 its address to allow the driver to release the page= . >> - * @b_dev_info: balloon device decriptor where we will grab a page fr= om. >> + * @b_dev_info: balloon device descriptor where we will grab a page >> from. >> =C2=A0=C2=A0 * >> =C2=A0=C2=A0 * Driver must call this function to properly dequeue a pr= eviously >> enqueued page >> =C2=A0=C2=A0 * before definitively releasing it back to the guest syst= em. >=20 > MBR, Sergei