diff mbox series

ARM/nommu: Fix typo "absense"

Message ID A67A39D621F7DAE0+20240919181043.71257-1-wangyuli@uniontech.com (mailing list archive)
State New, archived
Headers show
Series ARM/nommu: Fix typo "absense" | expand

Commit Message

WangYuli Sept. 19, 2024, 6:10 p.m. UTC
"absense" just should be "absence".

Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
 arch/arm/mm/dma-mapping-nommu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/mm/dma-mapping-nommu.c b/arch/arm/mm/dma-mapping-nommu.c
index 97db5397c320..fecac107fd0d 100644
--- a/arch/arm/mm/dma-mapping-nommu.c
+++ b/arch/arm/mm/dma-mapping-nommu.c
@@ -39,7 +39,7 @@  void arch_setup_dma_ops(struct device *dev, bool coherent)
 		/*
 		 * Cache support for v7m is optional, so can be treated as
 		 * coherent if no cache has been detected. Note that it is not
-		 * enough to check if MPU is in use or not since in absense of
+		 * enough to check if MPU is in use or not since in absence of
 		 * MPU system memory map is used.
 		 */
 		dev->dma_coherent = cacheid ? coherent : true;