]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Small indentation fix
authorAsias He <asias.hejun@gmail.com>
Sat, 7 Apr 2012 12:12:58 +0000 (20:12 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 9 Apr 2012 08:34:48 +0000 (11:34 +0300)
Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/include/kvm/pci.h
tools/kvm/include/kvm/virtio.h

index 79037232ad4867c9ad518c56893731e082f85e08..26639b5ab38e4f1b1e381da2e86e682b73958b8c 100644 (file)
@@ -9,7 +9,7 @@
 #include "kvm/kvm.h"
 #include "kvm/msi.h"
 
-#define PCI_MAX_DEVICES                        256
+#define PCI_MAX_DEVICES                256
 /*
  * PCI Configuration Mechanism #1 I/O ports. See Section 3.7.4.1.
  * ("Configuration Mechanism #1") of the PCI Local Bus Specification 2.1 for
index db2a86e35415cd6659f788e019c4af913ba71cc6..68eff1524f35feb1ce66ba829fea4b73a1dfed8b 100644 (file)
@@ -57,8 +57,10 @@ static inline void *guest_pfn_to_host(struct kvm *kvm, u32 pfn)
 struct vring_used_elem *virt_queue__set_used_elem(struct virt_queue *queue, u32 head, u32 len);
 
 bool virtio_queue__should_signal(struct virt_queue *vq);
-u16 virt_queue__get_iov(struct virt_queue *vq, struct iovec iov[], u16 *out, u16 *in, struct kvm *kvm);
-u16 virt_queue__get_head_iov(struct virt_queue *vq, struct iovec iov[], u16 *out, u16 *in, u16 head, struct kvm *kvm);
+u16 virt_queue__get_iov(struct virt_queue *vq, struct iovec iov[],
+                       u16 *out, u16 *in, struct kvm *kvm);
+u16 virt_queue__get_head_iov(struct virt_queue *vq, struct iovec iov[],
+                            u16 *out, u16 *in, u16 head, struct kvm *kvm);
 u16 virt_queue__get_inout_iov(struct kvm *kvm, struct virt_queue *queue,
                              struct iovec in_iov[], struct iovec out_iov[],
                              u16 *in, u16 *out);