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:
xiongweimin 2026-07-14 10:44:56 +08:00 committed by Will Deacon
parent e3701ab273
commit c579af7ec1

View File

@ -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);