Message ID | 20220318103729.157574-30-Julia.Lawall@inria.fr (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: 8652/1: cache-uniphier: fix typos in comments | expand |
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) {
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> --- arch/arm/mm/cache-uniphier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)