From: Joerg Roedel Date: Tue, 8 Jul 2014 10:49:50 +0000 (+0200) Subject: iommu/amd: Fix typo in amd_iommu_v2 driver X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ff6d0cce38aa2d1516222700dd413b33f0701504;p=linux-beck.git iommu/amd: Fix typo in amd_iommu_v2 driver Fix typo in a comment. Signed-off-by: Joerg Roedel --- 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 */