Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}
	}