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] [day] [month] [year] [list]
Date:   Mon, 29 Mar 2021 11:04:47 +0200
From:   David Hildenbrand <david@...hat.com>
To:     Liu Xiang <liu.xiang@...ngsmart.com>, mst@...hat.com
Cc:     jasowang@...hat.com, virtualization@...ts.linux-foundation.org,
        linux-kernel@...r.kernel.org, liuxiang_1999@....com,
        liuxiang1999@...il.com
Subject: Re: [PATCH] virtio-balloon: fix a typo in comment of
 virtballoon_migratepage()

On 27.03.21 04:17, Liu Xiang wrote:
> Typo: compation --> compaction
> 
> Signed-off-by: Liu Xiang <liu.xiang@...ngsmart.com>
> ---
>   drivers/virtio/virtio_balloon.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
> index 7da25b87f..c25665802 100644
> --- a/drivers/virtio/virtio_balloon.c
> +++ b/drivers/virtio/virtio_balloon.c
> @@ -734,7 +734,7 @@ static void report_free_page_func(struct work_struct *work)
>   #ifdef CONFIG_BALLOON_COMPACTION
>   /*
>    * virtballoon_migratepage - perform the balloon page migration on behalf of
> - *			     a compation thread.     (called under page lock)
> + *			     a compaction thread.     (called under page lock)
>    * @vb_dev_info: the balloon device
>    * @newpage: page that will replace the isolated page after migration finishes.
>    * @page   : the isolated (old) page that is about to be migrated to newpage.
> 

Reviewed-by: David Hildenbrand <david@...hat.com>

-- 
Thanks,

David / dhildenb

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ