lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 10 Jun 2020 10:06:20 +0100
From:   Kieran Bingham <kieran.bingham+renesas@...asonboard.com>
To:     Sergei Shtylyov <sergei.shtylyov@...entembedded.com>,
        Kieran Bingham <kieran.bingham@...asonboard.com>,
        David Hildenbrand <david@...hat.com>
Cc:     linux-renesas-soc@...r.kernel.org,
        "Michael S. Tsirkin" <mst@...hat.com>,
        Jason Wang <jasowang@...hat.com>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Jiri Kosina <trivial@...nel.org>,
        "open list:VIRTIO CORE AND NET DRIVERS" 
        <virtualization@...ts.linux-foundation.org>,
        "open list:MEMORY MANAGEMENT" <linux-mm@...ck.org>,
        open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] mm/balloon_compaction: Fix trivial spelling

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 <kieran.bingham+renesas@...asonboard.com>
>> Reviewed-by: David Hildenbrand <david@...hat.com>
>> ---
>>   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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ