[<prev] [next>] [day] [month] [year] [list]
Message-Id: <4d0a9df63e072f3da7f9e7cfa7b7733cef991504.1638608933.git.christophe.jaillet@wanadoo.fr>
Date: Sat, 4 Dec 2021 10:09:33 +0100
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: linux@...linux.org.uk
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>
Subject: [PATCH] ARM: l2c: tauros2: Fix a typo
s/tauros/tauros2/ so that the message matches the property that is looked
at.
Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
---
arch/arm/mm/cache-tauros2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mm/cache-tauros2.c b/arch/arm/mm/cache-tauros2.c
index 88255bea65e4..ae4858928fa7 100644
--- a/arch/arm/mm/cache-tauros2.c
+++ b/arch/arm/mm/cache-tauros2.c
@@ -295,7 +295,7 @@ void __init tauros2_init(unsigned int features)
} else {
ret = of_property_read_u32(node, "marvell,tauros2-cache-features", &f);
if (ret) {
- pr_info("Not found marvell,tauros-cache-features property, "
+ pr_info("Not found marvell,tauros2-cache-features property, "
"disable extra features\n");
features = 0;
} else
--
2.30.2
Powered by blists - more mailing lists