Переглянути джерело

iommu/amd: Fix typo in amd_iommu_v2 driver

Fix typo in a comment.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Joerg Roedel 11 роки тому
батько
коміт
ff6d0cce38
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      drivers/iommu/amd_iommu_v2.c

+ 1 - 1
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 */