diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-01-24 10:25:52 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-05 11:14:45 -0500 |
commit | 68aeb9683fa683357fa4b3d4f4347c64289c1ff7 (patch) | |
tree | 811bd614158e04cdf641976db13fabdb1663e180 /drivers/iommu | |
parent | 42481ba29033b3e692fe81e6536fc8f59b40ce07 (diff) |
iommu: Fix typo in intel-iommu.c
Correct spelling "supportd" to "supported" in
drivers/iommu/intel-iommu.c
Signed-off-by: Masanari Iida<standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/intel-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index c9c6053198d4..e23f273f7cb8 100644 --- a/drivers/iommu/intel-iommu.c +++ b/drivers/iommu/intel-iommu.c | |||
@@ -1241,7 +1241,7 @@ static int iommu_init_domains(struct intel_iommu *iommu) | |||
1241 | unsigned long nlongs; | 1241 | unsigned long nlongs; |
1242 | 1242 | ||
1243 | ndomains = cap_ndoms(iommu->cap); | 1243 | ndomains = cap_ndoms(iommu->cap); |
1244 | pr_debug("IOMMU %d: Number of Domains supportd <%ld>\n", iommu->seq_id, | 1244 | pr_debug("IOMMU %d: Number of Domains supported <%ld>\n", iommu->seq_id, |
1245 | ndomains); | 1245 | ndomains); |
1246 | nlongs = BITS_TO_LONGS(ndomains); | 1246 | nlongs = BITS_TO_LONGS(ndomains); |
1247 | 1247 | ||