[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190208142044.27732-1-murphyt7@tcd.ie>
Date: Fri, 8 Feb 2019 14:20:44 +0000
From: Tom Murphy <murphyt7@....ie>
To: unlisted-recipients:; (no To-header on input)
Cc: Tom Murphy <murphyt7@....ie>, Joerg Roedel <joro@...tes.org>,
iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH] fix flush_tlb_all typo
---
include/linux/iommu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/iommu.h b/include/linux/iommu.h
index a1d28f42cb77..bb4bf1269e5d 100644
--- a/include/linux/iommu.h
+++ b/include/linux/iommu.h
@@ -167,7 +167,7 @@ struct iommu_resv_region {
* @detach_dev: detach device from an iommu domain
* @map: map a physically contiguous memory region to an iommu domain
* @unmap: unmap a physically contiguous memory region from an iommu domain
- * @flush_tlb_all: Synchronously flush all hardware TLBs for this domain
+ * @flush_iotlb_all: Synchronously flush all hardware TLBs for this domain
* @tlb_range_add: Add a given iova range to the flush queue for this domain
* @tlb_sync: Flush all queued ranges from the hardware TLBs and empty flush
* queue
--
2.17.1
Powered by blists - more mailing lists