Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Liu Xiang and committed by
Michael S. Tsirkin
3fd02fbb c0a54b4b

+1 -1
+1 -1
drivers/virtio/virtio_balloon.c
··· 734 734 #ifdef CONFIG_BALLOON_COMPACTION 735 735 /* 736 736 * virtballoon_migratepage - perform the balloon page migration on behalf of 737 - * a compation thread. (called under page lock) 737 + * a compaction thread. (called under page lock) 738 738 * @vb_dev_info: the balloon device 739 739 * @newpage: page that will replace the isolated page after migration finishes. 740 740 * @page : the isolated (old) page that is about to be migrated to newpage.