From 695a78825b4543363f73e9e5fe0f044dd31f07ec Mon Sep 17 00:00:00 2001 From: xiongweimin Date: Tue, 14 Jul 2026 10:40:41 +0800 Subject: [PATCH] iommu/vt-d: Fix spelling of "guarantees" in comment Correct "guarentees" to "guarantees" in the hotplug notes. Signed-off-by: xiongweimin Signed-off-by: Will Deacon --- drivers/iommu/intel/dmar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/intel/dmar.c b/drivers/iommu/intel/dmar.c index 767ec092accd..3ecbd54d0bc2 100644 --- a/drivers/iommu/intel/dmar.c +++ b/drivers/iommu/intel/dmar.c @@ -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.