Commit f9aada5f authored by Wei Wang's avatar Wei Wang Committed by Michael S. Tsirkin

virtio-balloon: coding format cleanup

Clean up the comment format.
Signed-off-by: default avatarWei Wang <wei.w.wang@intel.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 195a8c43
...@@ -132,8 +132,10 @@ static void set_page_pfns(struct virtio_balloon *vb, ...@@ -132,8 +132,10 @@ static void set_page_pfns(struct virtio_balloon *vb,
{ {
unsigned int i; unsigned int i;
/* Set balloon pfns pointing at this page. /*
* Note that the first pfn points at start of the page. */ * Set balloon pfns pointing at this page.
* Note that the first pfn points at start of the page.
*/
for (i = 0; i < VIRTIO_BALLOON_PAGES_PER_PAGE; i++) for (i = 0; i < VIRTIO_BALLOON_PAGES_PER_PAGE; i++)
pfns[i] = cpu_to_virtio32(vb->vdev, pfns[i] = cpu_to_virtio32(vb->vdev,
page_to_balloon_pfn(page) + i); page_to_balloon_pfn(page) + i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment