提交 ff6d0cce 编写于 作者: J Joerg Roedel

iommu/amd: Fix typo in amd_iommu_v2 driver

Fix typo in a comment.
Signed-off-by: NJoerg Roedel <jroedel@suse.de>
上级 e5cac32c
...@@ -49,7 +49,7 @@ struct pasid_state { ...@@ -49,7 +49,7 @@ struct pasid_state {
calls */ calls */
struct task_struct *task; /* Task bound to this PASID */ struct task_struct *task; /* Task bound to this PASID */
struct mm_struct *mm; /* mm_struct for the faults */ 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 pri_queue pri[PRI_QUEUE_SIZE]; /* PRI tag states */
struct device_state *device_state; /* Link to our device_state */ struct device_state *device_state; /* Link to our device_state */
int pasid; /* PASID index */ int pasid; /* PASID index */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册