aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/iommu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-01-08 11:39:33 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-01-08 11:39:33 +0000
commit55a8fc5f3bb65bcc5378f0741a593e006cdd0a69 (patch)
tree85a046f9859cd01be2bf297d7f5dbbeaf927949b /xen/include/xen/iommu.h
parentdbaa1e36038b28d9dd8497dd7d03f263aa15bef4 (diff)
downloadxen-55a8fc5f3bb65bcc5378f0741a593e006cdd0a69.tar.gz
xen-55a8fc5f3bb65bcc5378f0741a593e006cdd0a69.tar.bz2
xen-55a8fc5f3bb65bcc5378f0741a593e006cdd0a69.zip
VT-d: get rid of trailing whitespace
Signed-off-by: Weidong Han <weidong.han@intel.com>
Diffstat (limited to 'xen/include/xen/iommu.h')
-rw-r--r--xen/include/xen/iommu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/iommu.h b/xen/include/xen/iommu.h
index dcecabb9f4..064a96d006 100644
--- a/xen/include/xen/iommu.h
+++ b/xen/include/xen/iommu.h
@@ -69,7 +69,7 @@ void iommu_domain_destroy(struct domain *d);
int device_assigned(u8 bus, u8 devfn);
int assign_device(struct domain *d, u8 bus, u8 devfn);
int deassign_device(struct domain *d, u8 bus, u8 devfn);
-int iommu_get_device_group(struct domain *d, u8 bus, u8 devfn,
+int iommu_get_device_group(struct domain *d, u8 bus, u8 devfn,
XEN_GUEST_HANDLE_64(uint32) buf, int max_sdevs);
int iommu_map_page(struct domain *d, unsigned long gfn, unsigned long mfn);
int iommu_unmap_page(struct domain *d, unsigned long gfn);