diff options
| author | Joerg Roedel <jroedel@suse.de> | 2014-07-08 12:49:50 +0200 | 
|---|---|---|
| committer | Joerg Roedel <jroedel@suse.de> | 2014-07-10 15:36:17 +0200 | 
| commit | ff6d0cce38aa2d1516222700dd413b33f0701504 (patch) | |
| tree | b409c62be39c8e00e293141e055b1988f8a33f50 /drivers/iommu/amd_iommu_v2.c | |
| 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>
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 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 */ | 
