linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] virtio-balloon: fix a typo in comment of virtballoon_migratepage()
@ 2021-03-27  3:17 Liu Xiang
  2021-03-29  9:04 ` David Hildenbrand
  0 siblings, 1 reply; 2+ messages in thread
From: Liu Xiang @ 2021-03-27  3:17 UTC (permalink / raw)
  To: mst
  Cc: david, jasowang, virtualization, linux-kernel, liuxiang_1999,
	liuxiang1999, Liu Xiang

Typo: compation --> compaction

Signed-off-by: Liu Xiang <liu.xiang@zlingsmart.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.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] virtio-balloon: fix a typo in comment of virtballoon_migratepage()
  2021-03-27  3:17 [PATCH] virtio-balloon: fix a typo in comment of virtballoon_migratepage() Liu Xiang
@ 2021-03-29  9:04 ` David Hildenbrand
  0 siblings, 0 replies; 2+ messages in thread
From: David Hildenbrand @ 2021-03-29  9:04 UTC (permalink / raw)
  To: Liu Xiang, mst
  Cc: jasowang, virtualization, linux-kernel, liuxiang_1999, liuxiang1999

On 27.03.21 04:17, Liu Xiang wrote:
> Typo: compation --> compaction
> 
> Signed-off-by: Liu Xiang <liu.xiang@zlingsmart.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@redhat.com>

-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-29  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27  3:17 [PATCH] virtio-balloon: fix a typo in comment of virtballoon_migratepage() Liu Xiang
2021-03-29  9:04 ` David Hildenbrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).