[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250228131138.9208-1-anindya.sg@samsung.com>
Date: Fri, 28 Feb 2025 18:41:38 +0530
From: Anindya Sundar Gayen <anindya.sg@...sung.com>
To: linux-kernel@...r.kernel.org, tglx@...utronix.de,
daniel.lezcano@...aro.org
Cc: aswani.reddy@...sung.com, pankaj.dubey@...sung.com
Subject: [PATCH] clocksource: exynos_mct: fixed a spelling error
Fixed a spelling issue in driver.
Signed-off-by: Anindya Sundar Gayen <anindya.sg@...sung.com>
---
drivers/clocksource/exynos_mct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c
index e6a02e351d77..da09f467a6bb 100644
--- a/drivers/clocksource/exynos_mct.c
+++ b/drivers/clocksource/exynos_mct.c
@@ -238,7 +238,7 @@ static cycles_t exynos4_read_current_timer(void)
static int __init exynos4_clocksource_init(bool frc_shared)
{
/*
- * When the frc is shared, the main processer should have already
+ * When the frc is shared, the main processor should have already
* turned it on and we shouldn't be writing to TCON.
*/
if (frc_shared)
--
2.17.1
Powered by blists - more mailing lists