[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220318103729.157574-30-Julia.Lawall@inria.fr>
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