Skip to content

Commit

Permalink
iommu: Fix a typo
Browse files Browse the repository at this point in the history
This patch fixes a typo in iommu.c.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Rami Rosen authored and Joerg Roedel committed Sep 25, 2018
1 parent 5131e08 commit 35449ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iommu/iommu.c
Original file line number Diff line number Diff line change
@@ -1425,7 +1425,7 @@ struct iommu_domain *iommu_get_dma_domain(struct device *dev)
}

/*
* IOMMU groups are really the natrual working unit of the IOMMU, but
* IOMMU groups are really the natural working unit of the IOMMU, but
* the IOMMU API works on domains and devices. Bridge that gap by
* iterating over the devices in a group. Ideally we'd have a single
* device which represents the requestor ID of the group, but we also

0 comments on commit 35449ad

Please sign in to comment.