summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/virtio_balloon.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin2015-01-15 12:33:31 +0100
committerRusty Russell2015-01-21 06:58:56 +0100
commit25e65e4efca4116a9fc7a892ede2cf98f138de45 (patch)
treef63c0f0833b46a4deefa763b3994b499f27fdb93 /include/uapi/linux/virtio_balloon.h
parentvirtio_pci_modern: support devices with no config (diff)
downloadkernel-qcow2-linux-25e65e4efca4116a9fc7a892ede2cf98f138de45.tar.gz
kernel-qcow2-linux-25e65e4efca4116a9fc7a892ede2cf98f138de45.tar.xz
kernel-qcow2-linux-25e65e4efca4116a9fc7a892ede2cf98f138de45.zip
virtio_balloon: coding style fixes
Most of our code has struct foo { } Fix two instances where balloon is inconsistent. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'include/uapi/linux/virtio_balloon.h')
-rw-r--r--include/uapi/linux/virtio_balloon.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/uapi/linux/virtio_balloon.h b/include/uapi/linux/virtio_balloon.h
index be40f7059e93..4b0488f20b2e 100644
--- a/include/uapi/linux/virtio_balloon.h
+++ b/include/uapi/linux/virtio_balloon.h
@@ -36,8 +36,7 @@
/* Size of a PFN in the balloon interface. */
#define VIRTIO_BALLOON_PFN_SHIFT 12
-struct virtio_balloon_config
-{
+struct virtio_balloon_config {
/* Number of pages host wants Guest to give up. */
__le32 num_pages;
/* Number of pages we've actually got in balloon. */