Skip to content

Commit fcdb982

Browse files
Gan Jiejoergroedel
authored andcommitted
iommu/iova: Fix typo 'adderss'
Fix typo 'adderss' to 'address'. Signed-off-by: Gan Jie <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent a33bf8d commit fcdb982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/iova.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ __adjust_overlap_range(struct iova *iova,
506506
* reserve_iova - reserves an iova in the given range
507507
* @iovad: - iova domain pointer
508508
* @pfn_lo: - lower page frame address
509-
* @pfn_hi:- higher pfn adderss
509+
* @pfn_hi:- higher pfn address
510510
* This function allocates reserves the address range from pfn_lo to pfn_hi so
511511
* that this address is not dished out as part of alloc_iova.
512512
*/

0 commit comments

Comments
 (0)