virtio-balloon: Trivial cleanups
Trivial changes to remove forgotten junk, format comments, and correct names. Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: "Michael S. Tsirkin" <mst@redhat.com> Cc: virtualization@lists.linux-foundation.org Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
7b21e34fd1
commit
1e214a5c1a
|
@ -1,4 +1,5 @@
|
|||
/* Virtio balloon implementation, inspired by Dor Loar and Marcelo
|
||||
/*
|
||||
* Virtio balloon implementation, inspired by Dor Laor and Marcelo
|
||||
* Tosatti's implementations.
|
||||
*
|
||||
* Copyright 2008 Rusty Russell IBM Corporation
|
||||
|
@ -17,7 +18,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
//#define DEBUG
|
||||
|
||||
#include <linux/virtio.h>
|
||||
#include <linux/virtio_balloon.h>
|
||||
#include <linux/swap.h>
|
||||
|
@ -149,7 +150,6 @@ static void leak_balloon(struct virtio_balloon *vb, size_t num)
|
|||
vb->num_pages--;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Note that if
|
||||
* virtio_has_feature(vdev, VIRTIO_BALLOON_F_MUST_TELL_HOST);
|
||||
|
|
Loading…
Reference in New Issue