Commit 095303e0 authored by Lu Baolu's avatar Lu Baolu Committed by Joerg Roedel

iommu/vt-d: Cleanup: no spaces at the start of a line

Replace the whitespaces at the start of a line with tabs. No
functional changes.
Signed-off-by: default avatarLu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent a7755c3c
...@@ -2356,6 +2356,7 @@ static int domain_mapping(struct dmar_domain *domain, unsigned long iov_pfn, ...@@ -2356,6 +2356,7 @@ static int domain_mapping(struct dmar_domain *domain, unsigned long iov_pfn,
if (domain_type_is_vm(domain)) { if (domain_type_is_vm(domain)) {
/* VM typed domains can have more than one IOMMUs */ /* VM typed domains can have more than one IOMMUs */
int iommu_id; int iommu_id;
for_each_domain_iommu(iommu_id, domain) { for_each_domain_iommu(iommu_id, domain) {
iommu = g_iommus[iommu_id]; iommu = g_iommus[iommu_id];
__mapping_notify_one(iommu, domain, iov_pfn, nr_pages); __mapping_notify_one(iommu, domain, iov_pfn, nr_pages);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment