iommu: Modify the description of iommu_sva_unbind_device
authorChen Jun <c00424029@huawei.com>
Fri, 23 Oct 2020 06:48:27 +0000 (06:48 +0000)
committerWill Deacon <will@kernel.org>
Tue, 17 Nov 2020 23:05:56 +0000 (23:05 +0000)
iommu_sva_unbind_device has no return value.

Remove the description of the return value of the function.

Signed-off-by: Chen Jun <c00424029@huawei.com>
Link: https://lore.kernel.org/r/20201023064827.74794-1-chenjun102@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/iommu.c

index b53446bb8c6b4e7970f494fe4dc52d76bb1e07cc..88b0c9192d8c50a66882308cedde913670bde4c4 100644 (file)
@@ -2995,8 +2995,6 @@ EXPORT_SYMBOL_GPL(iommu_sva_bind_device);
  * Put reference to a bond between device and address space. The device should
  * not be issuing any more transaction for this PASID. All outstanding page
  * requests for this PASID must have been flushed to the IOMMU.
- *
- * Returns 0 on success, or an error value
  */
 void iommu_sva_unbind_device(struct iommu_sva *handle)
 {