diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-01-25 00:25:52 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-05 17:14:45 +0100 |
commit | 68aeb9683fa683357fa4b3d4f4347c64289c1ff7 (patch) | |
tree | 811bd614158e04cdf641976db13fabdb1663e180 | |
parent | 42481ba29033b3e692fe81e6536fc8f59b40ce07 (diff) | |
download | linux-3.10-68aeb9683fa683357fa4b3d4f4347c64289c1ff7.tar.gz linux-3.10-68aeb9683fa683357fa4b3d4f4347c64289c1ff7.tar.bz2 linux-3.10-68aeb9683fa683357fa4b3d4f4347c64289c1ff7.zip |
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>
-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 c9c6053198d..e23f273f7cb 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) 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); |