Commit 4cb3600e authored by Xiang wangx's avatar Xiang wangx Committed by Joerg Roedel

iommu/virtio: Fix typo in a comment

The double `as' in a comment is repeated, thus it should be removed.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20211216083302.18049-1-wangxiang@cdjrlc.comSigned-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent b03cbca4
......@@ -743,7 +743,7 @@ static int viommu_attach_dev(struct iommu_domain *domain, struct device *dev)
/*
* In the virtio-iommu device, when attaching the endpoint to a new
* domain, it is detached from the old one and, if as as a result the
* domain, it is detached from the old one and, if as a result the
* old domain isn't attached to any endpoint, all mappings are removed
* from the old domain and it is freed.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment