Commit 24f307d8 authored by Lu Baolu's avatar Lu Baolu Committed by Joerg Roedel

iommu: Add missing new line for dma type

So that all types are printed in the same format.

Fixes: c52c72d3 ("iommu: Add sysfs attribyte for domain type")
Signed-off-by: default avatarLu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent cd6c84d8
......@@ -341,7 +341,7 @@ static ssize_t iommu_group_show_type(struct iommu_group *group,
type = "unmanaged\n";
break;
case IOMMU_DOMAIN_DMA:
type = "DMA";
type = "DMA\n";
break;
}
}
......
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