aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWangYuli <[email protected]>2024-11-11 06:07:40 +0100
committerRussell King (Oracle) <[email protected]>2024-11-12 23:51:05 +0000
commitfb5af7d5405bf89a848819d1af007dfc73e9fb57 (patch)
tree6dd590803bea1ff4c981ae2293beb07f673787e2
parent4aea16b7cfb76bd3361858ceee6893ef5c9b5570 (diff)
ARM: 9435/1: ARM/nommu: Fix typo "absence"
There is a spelling mistake of 'absense' in comments which should be 'absence'. Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: WangYuli <[email protected]> Reviewed-by: Vladimir Murzin <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
-rw-r--r--arch/arm/mm/dma-mapping-nommu.c2
1 files changed, 1 insertions, 1 deletions
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;