mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
virtio-balloon: fix a typo in comment of virtballoon_migratepage()
Typo: compation --> compaction Signed-off-by: Liu Xiang <liu.xiang@zlingsmart.com> Link: https://lore.kernel.org/r/20210327031710.16151-1-liu.xiang@zlingsmart.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com>
This commit is contained in:
parent
c0a54b4bcb
commit
3fd02fbbfa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user