[PATCH] iommu/arm-smmu-v3: fix grammar in comment
weimin xiong
15927021679 at 163.com
Mon Jul 13 19:45:08 PDT 2026
From: xiongweimin <xiongweimin at kylinos.cn>
Correct "possibly failure" to "possibly fail".
Signed-off-by: xiongweimin <xiongweimin at kylinos.cn>
---
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c b/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
index a10affb48..023cb138a 100644
--- a/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
+++ b/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
@@ -3252,7 +3252,7 @@ static void arm_smmu_remove_master_domain(struct arm_smmu_master *master,
* 5. old domain updates its invs array, unreferencing master->build_invs
*
* For 1 and 5, prepare the two updated arrays in advance, handling any changes
- * that can possibly failure. So the actual update of either 1 or 5 won't fail.
+ * that can possibly fail. So the actual update of either 1 or 5 won't fail.
* arm_smmu_asid_lock ensures that the old invs in the domains are intact while
* we are sequencing to update them.
*/
--
2.43.0
No virus found
Checked by Hillstone Network AntiVirus
More information about the linux-arm-kernel
mailing list