Skip to content

Commit 4cb3600

Browse files
Xiang wangxjoergroedel
authored andcommitted
iommu/virtio: Fix typo in a comment
The double `as' in a comment is repeated, thus it should be removed. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20211216083302.18049-1-wangxiang@cdjrlc.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent b03cbca commit 4cb3600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/virtio-iommu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ static int viommu_attach_dev(struct iommu_domain *domain, struct device *dev)
743743

744744
/*
745745
* In the virtio-iommu device, when attaching the endpoint to a new
746-
* domain, it is detached from the old one and, if as as a result the
746+
* domain, it is detached from the old one and, if as a result the
747747
* old domain isn't attached to any endpoint, all mappings are removed
748748
* from the old domain and it is freed.
749749
*

0 commit comments

Comments
 (0)