lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <25F9FF4477394196+20240929081617.999000-1-wangyuli@uniontech.com>
Date: Sun, 29 Sep 2024 16:16:17 +0800
From: WangYuli <wangyuli@...ontech.com>
To: linux@...linux.org.uk,
	jgg@...pe.ca,
	jroedel@...e.de,
	robh@...nel.org,
	catalin.marinas@....com,
	jsnitsel@...hat.com,
	robin.murphy@....com,
	wangyuli@...ontech.com,
	baolu.lu@...ux.intel.com
Cc: linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org,
	vladimir.murzin@....com,
	alexandre.torgue@...com,
	sza@....hu,
	benjamin.gaignard@...aro.org,
	arnd@...db.de,
	rmk+kernel@...linux.org.uk,
	hch@....de,
	guanwentao@...ontech.com,
	zhanjun@...ontech.com
Subject: [PATCH v2] ARM/nommu: Fix typo "absense"

There is a spelling mistake of 'absense' in comments which
should be 'absence'.

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

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;
-- 
2.45.2



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ