mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
iova: Fix spelling of "reserved" in comment
Correct "reserver" to "reserved". Signed-off-by: xiongweimin <xiongweimin@kylinos.cn> Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
parent
e3701ab273
commit
c579af7ec1
|
|
@ -538,7 +538,7 @@ reserve_iova(struct iova_domain *iovad,
|
|||
break;
|
||||
}
|
||||
|
||||
/* We are here either because this is the first reserver node
|
||||
/* We are here either because this is the first reserved node
|
||||
* or need to insert remaining non overlap addr range
|
||||
*/
|
||||
iova = __insert_new_range(iovad, pfn_lo, pfn_hi);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user