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]
Date:   Fri, 18 Mar 2022 11:37:25 +0100
From:   Julia Lawall <Julia.Lawall@...ia.fr>
To:     Russell King <linux@...linux.org.uk>
Cc:     kernel-janitors@...r.kernel.org,
        Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>,
        Masami Hiramatsu <mhiramat@...nel.org>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: 8652/1: cache-uniphier: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>

---
 arch/arm/mm/cache-uniphier.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mm/cache-uniphier.c b/arch/arm/mm/cache-uniphier.c
index ff2881458504..399ace11760a 100644
--- a/arch/arm/mm/cache-uniphier.c
+++ b/arch/arm/mm/cache-uniphier.c
@@ -404,7 +404,7 @@ static int __init __uniphier_cache_init(struct device_node *np,
 			data->range_op_max_size = (u32)1 << 22;
 
 		/*
-		 * Unfortunatly, the offset address of active way control base
+		 * Unfortunately, the offset address of active way control base
 		 * varies from SoC to SoC.
 		 */
 		switch (revision) {

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ