diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-21 21:21:32 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-24 14:58:49 +0400 |
commit | 07db04098d1e2f238959c858a0d63243157695f9 (patch) | |
tree | 2e4e77748a73d7f46b02c687f0828ef9aeb3fe5a /drivers/iommu/amd_iommu_v2.c | |
parent | ff0c26424c1d993d8d1e04f72f1d428e935798da (diff) | |
download | linux-07db04098d1e2f238959c858a0d63243157695f9.tar.xz |
iommu: Fix typo in iommu
Correct spelling typo in debug messages and comments
in drivers/iommu.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/iommu/amd_iommu_v2.c')
-rw-r--r-- | drivers/iommu/amd_iommu_v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/amd_iommu_v2.c b/drivers/iommu/amd_iommu_v2.c index 036fe9bf157e..be03238ad815 100644 --- a/drivers/iommu/amd_iommu_v2.c +++ b/drivers/iommu/amd_iommu_v2.c @@ -924,7 +924,7 @@ static int __init amd_iommu_v2_init(void) pr_info("AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>\n"); if (!amd_iommu_v2_supported()) { - pr_info("AMD IOMMUv2 functionality not available on this sytem\n"); + pr_info("AMD IOMMUv2 functionality not available on this system\n"); /* * Load anyway to provide the symbols to other modules * which may use AMD IOMMUv2 optionally. |