iommu/vt-d: Fix spelling of "guarantees" in comment

Correct "guarentees" to "guarantees" in the hotplug notes.

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:40:41 +08:00 committed by Will Deacon
parent 8cdeaa50ea
commit 695a78825b

View File

@ -47,7 +47,7 @@ struct dmar_res_callback {
/*
* Assumptions:
* 1) The hotplug framework guarentees that DMAR unit will be hot-added
* 1) The hotplug framework guarantees that DMAR unit will be hot-added
* before IO devices managed by that unit.
* 2) The hotplug framework guarantees that DMAR unit will be hot-removed
* after IO devices managed by that unit.