diff options
author | Joerg Roedel <jroedel@suse.de> | 2014-07-08 06:49:50 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2014-07-10 09:36:17 -0400 |
commit | ff6d0cce38aa2d1516222700dd413b33f0701504 (patch) | |
tree | b409c62be39c8e00e293141e055b1988f8a33f50 | |
parent | e5cac32c141aadc6eb1a182394bb84cb59461683 (diff) |
iommu/amd: Fix typo in amd_iommu_v2 driver
Fix typo in a comment.
Signed-off-by: Joerg Roedel <jroedel@suse.de>
-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 92fb77ccb901..0e29f6f66e83 100644 --- a/drivers/iommu/amd_iommu_v2.c +++ b/drivers/iommu/amd_iommu_v2.c | |||
@@ -49,7 +49,7 @@ struct pasid_state { | |||
49 | calls */ | 49 | calls */ |
50 | struct task_struct *task; /* Task bound to this PASID */ | 50 | struct task_struct *task; /* Task bound to this PASID */ |
51 | struct mm_struct *mm; /* mm_struct for the faults */ | 51 | struct mm_struct *mm; /* mm_struct for the faults */ |
52 | struct mmu_notifier mn; /* mmu_otifier handle */ | 52 | struct mmu_notifier mn; /* mmu_notifier handle */ |
53 | struct pri_queue pri[PRI_QUEUE_SIZE]; /* PRI tag states */ | 53 | struct pri_queue pri[PRI_QUEUE_SIZE]; /* PRI tag states */ |
54 | struct device_state *device_state; /* Link to our device_state */ | 54 | struct device_state *device_state; /* Link to our device_state */ |
55 | int pasid; /* PASID index */ | 55 | int pasid; /* PASID index */ |