From: Liu Xiang Date: Sat, 27 Mar 2021 03:17:10 +0000 (+0800) Subject: virtio-balloon: fix a typo in comment of virtballoon_migratepage() X-Git-Tag: v5.13-rc1~42^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fd02fbbfac0dabb624606d1303d309f34ec15d4;p=thirdparty%2Fkernel%2Flinux.git virtio-balloon: fix a typo in comment of virtballoon_migratepage() Typo: compation --> compaction Signed-off-by: Liu Xiang Link: https://lore.kernel.org/r/20210327031710.16151-1-liu.xiang@zlingsmart.com Signed-off-by: Michael S. Tsirkin Reviewed-by: David Hildenbrand --- diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 8985fc2cea861..510e9318854dd 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.