Skip to content

Commit f9aada5

Browse files
wei-w-wangmstsirkin
authored andcommitted
virtio-balloon: coding format cleanup
Clean up the comment format. Signed-off-by: Wei Wang <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 195a8c4 commit f9aada5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

drivers/virtio/virtio_balloon.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,10 @@ static void set_page_pfns(struct virtio_balloon *vb,
132132
{
133133
unsigned int i;
134134

135-
/* Set balloon pfns pointing at this page.
136-
* Note that the first pfn points at start of the page. */
135+
/*
136+
* Set balloon pfns pointing at this page.
137+
* Note that the first pfn points at start of the page.
138+
*/
137139
for (i = 0; i < VIRTIO_BALLOON_PAGES_PER_PAGE; i++)
138140
pfns[i] = cpu_to_virtio32(vb->vdev,
139141
page_to_balloon_pfn(page) + i);

0 commit comments

Comments
 (0)