[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v11 2/6] virtio-balloon: coding format cleanup
From: |
Wei Wang |
Subject: |
[Qemu-devel] [PATCH v11 2/6] virtio-balloon: coding format cleanup |
Date: |
Fri, 9 Jun 2017 18:41:37 +0800 |
Clean up the comment format.
Signed-off-by: Wei Wang <address@hidden>
---
drivers/virtio/virtio_balloon.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
index 4a9f307..ecb64e9 100644
--- a/drivers/virtio/virtio_balloon.c
+++ b/drivers/virtio/virtio_balloon.c
@@ -132,8 +132,10 @@ static void set_page_pfns(struct virtio_balloon *vb,
{
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++)
pfns[i] = cpu_to_virtio32(vb->vdev,
page_to_balloon_pfn(page) + i);
--
2.7.4
- [Qemu-devel] [PATCH v11 0/6] Virtio-balloon Enhancement, Wei Wang, 2017/06/09
- [Qemu-devel] [PATCH v11 1/6] virtio-balloon: deflate via a page list, Wei Wang, 2017/06/09
- [Qemu-devel] [PATCH v11 2/6] virtio-balloon: coding format cleanup,
Wei Wang <=
- [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, Wei Wang, 2017/06/09
- Re: [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, Dave Hansen, 2017/06/12
- Re: [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, Michael S. Tsirkin, 2017/06/12
- Re: [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, Dave Hansen, 2017/06/12
- Re: [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, Michael S. Tsirkin, 2017/06/12
- Re: [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, Dave Hansen, 2017/06/12
- Re: [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, Wei Wang, 2017/06/12
- Re: [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, Rik van Riel, 2017/06/20
- Re: [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, David Hildenbrand, 2017/06/20
- Re: [Qemu-devel] [PATCH v11 4/6] mm: function to offer a page block on the free list, Rik van Riel, 2017/06/20