projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
195a8c4
)
virtio-balloon: coding format cleanup
author
Wei Wang
<wei.w.wang@intel.com>
Wed, 12 Jul 2017 12:40:15 +0000
(20:40 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 25 Jul 2017 13:37:35 +0000
(16:37 +0300)
Clean up the comment format.
Signed-off-by: Wei Wang <wei.w.wang@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_balloon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/virtio/virtio_balloon.c
b/drivers/virtio/virtio_balloon.c
index 7f38ae687b0866fcc47fb4602e5cc341711cc077..f0b3a0b9d42f8b8b3ea9c6943a4010c3d7e15f18 100644
(file)
--- 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);