projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5cac32
)
iommu/amd: Fix typo in amd_iommu_v2 driver
author
Joerg Roedel
<jroedel@suse.de>
Tue, 8 Jul 2014 10:49:50 +0000
(12:49 +0200)
committer
Joerg Roedel
<jroedel@suse.de>
Thu, 10 Jul 2014 13:36:17 +0000
(15:36 +0200)
Fix typo in a comment.
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_v2.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iommu/amd_iommu_v2.c
b/drivers/iommu/amd_iommu_v2.c
index 92fb77ccb9019725660325bcce7039e073258b4b..0e29f6f66e834d8e50d661e4c02cc383d2ba0f24 100644
(file)
--- 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_
n
otifier 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 */