Skip to content

Commit

Permalink
iommu/amd: Fix typo in amd_iommu_v2 driver
Browse files Browse the repository at this point in the history
Fix typo in a comment.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Joerg Roedel committed Jul 10, 2014
1 parent e5cac32 commit ff6d0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iommu/amd_iommu_v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ff6d0cc

Please sign in to comment.