diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2021-12-16 16:33:02 +0800 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2021-12-17 09:08:20 +0100 |
commit | 4cb3600e5eaf629452c362ec3535b4f30716d4e7 (patch) | |
tree | 06084b60e9a3aed47f1a615a2f050bff2402e09d /drivers/iommu | |
parent | b03cbca48d6408cea866057654675dd63a1bdcd3 (diff) |
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>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/virtio-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/virtio-iommu.c b/drivers/iommu/virtio-iommu.c index 6a8a52b4297b..1f793219cac6 100644 --- a/drivers/iommu/virtio-iommu.c +++ b/drivers/iommu/virtio-iommu.c @@ -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. * |