projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aea16b
)
ARM: 9435/1: ARM/nommu: Fix typo "absence"
author
WangYuli
<wangyuli@uniontech.com>
Mon, 11 Nov 2024 05:07:40 +0000
(06:07 +0100)
committer
Russell King (Oracle)
<rmk+kernel@armlinux.org.uk>
Tue, 12 Nov 2024 23:51:05 +0000
(23:51 +0000)
There is a spelling mistake of 'absense' in comments which
should be 'absence'.
Link:
https://lore.kernel.org/all/fca25741-c89f-43ea-95af-5e3232d513fc@arm.com/
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/mm/dma-mapping-nommu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mm/dma-mapping-nommu.c
b/arch/arm/mm/dma-mapping-nommu.c
index 97db5397c320bd93a8a9148fdfd6f9255a5abfba..fecac107fd0d1810a107b1acd40b9b3ba47cf9fe 100644
(file)
--- 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 absen
s
e of
+ * enough to check if MPU is in use or not since in absen
c
e of
* MPU system memory map is used.
*/
dev->dma_coherent = cacheid ? coherent : true;