1
0
Fork 0

iommu: Add missing new line for dma type

So that all types are printed in the same format.

Fixes: c52c72d3de ("iommu: Add sysfs attribyte for domain type")
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
zero-colors
Lu Baolu 2019-05-24 14:30:56 +08:00 committed by Joerg Roedel
parent cd6c84d8f0
commit 24f307d8ab
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}