aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2014-07-08 12:49:50 +0200
committerJoerg Roedel <jroedel@suse.de>2014-07-10 15:36:17 +0200
commitff6d0cce38aa2d1516222700dd413b33f0701504 (patch)
treeb409c62be39c8e00e293141e055b1988f8a33f50 /drivers/iommu
parentiommu/amd: Drop oprofile dependency (diff)
downloadlinux-dev-ff6d0cce38aa2d1516222700dd413b33f0701504.tar.xz
linux-dev-ff6d0cce38aa2d1516222700dd413b33f0701504.zip
iommu/amd: Fix typo in amd_iommu_v2 driver
Fix typo in a comment. Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/amd_iommu_v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/amd_iommu_v2.c b/drivers/iommu/amd_iommu_v2.c
index 92fb77ccb901..0e29f6f66e83 100644
--- a/drivers/iommu/amd_iommu_v2.c
+++ b/drivers/iommu/amd_iommu_v2.c
@@ -49,7 +49,7 @@ struct pasid_state {
calls */
struct task_struct *task; /* Task bound to this PASID */
struct mm_struct *mm; /* mm_struct for the faults */
- struct mmu_notifier mn; /* mmu_otifier handle */
+ struct mmu_notifier mn; /* mmu_notifier handle */
struct pri_queue pri[PRI_QUEUE_SIZE]; /* PRI tag states */
struct device_state *device_state; /* Link to our device_state */
int pasid; /* PASID index */