[tip: timers/clocksource] clocksource/drivers/exynos_mct: Fixed a spelling error
From: tip-bot2 for Anindya Sundar Gayen
Date: Tue Mar 25 2025 - 04:15:28 EST
The following commit has been merged into the timers/clocksource branch of tip:
Commit-ID: 7e1e4e62656fcf8fb05c0c39c649b16d78d7c8dc
Gitweb: https://git.kernel.org/tip/7e1e4e62656fcf8fb05c0c39c649b16d78d7c8dc
Author: Anindya Sundar Gayen <anindya.sg@xxxxxxxxxxx>
AuthorDate: Fri, 28 Feb 2025 18:41:38 +05:30
Committer: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
CommitterDate: Fri, 07 Mar 2025 17:55:59 +01:00
clocksource/drivers/exynos_mct: Fixed a spelling error
Fixed a spelling issue in driver /s/processer/processor/
Signed-off-by: Anindya Sundar Gayen <anindya.sg@xxxxxxxxxxx>
Link: https://lore.kernel.org/r/20250228131138.9208-1-anindya.sg@xxxxxxxxxxx
Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
---
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 e6a02e3..da09f46 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)