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

Commit 68aeb968 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

iommu: Fix typo in intel-iommu.c



Correct spelling "supportd" to "supported" in
drivers/iommu/intel-iommu.c

Signed-off-by: default avatarMasanari <Iida&lt;standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 42481ba2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1241,7 +1241,7 @@ static int iommu_init_domains(struct intel_iommu *iommu)
	unsigned long nlongs;

	ndomains = cap_ndoms(iommu->cap);
	pr_debug("IOMMU %d: Number of Domains supportd <%ld>\n", iommu->seq_id,
	pr_debug("IOMMU %d: Number of Domains supported <%ld>\n", iommu->seq_id,
			ndomains);
	nlongs = BITS_TO_LONGS(ndomains);