Skip to content

Commit fb5af7d

Browse files
Avenger-285714Russell King (Oracle)
authored andcommitted
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]>
1 parent 4aea16b commit fb5af7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mm/dma-mapping-nommu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void arch_setup_dma_ops(struct device *dev, bool coherent)
3939
/*
4040
* Cache support for v7m is optional, so can be treated as
4141
* coherent if no cache has been detected. Note that it is not
42-
* enough to check if MPU is in use or not since in absense of
42+
* enough to check if MPU is in use or not since in absence of
4343
* MPU system memory map is used.
4444
*/
4545
dev->dma_coherent = cacheid ? coherent : true;

0 commit comments

Comments
 (0)