[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1411052347-18197-1-git-send-email-james.hartley@imgtec.com>
Date: Thu, 18 Sep 2014 15:59:07 +0100
From: James Hartley <james.hartley@...tec.com>
To: <trivial@...nel.org>
CC: <linux-kernel@...r.kernel.org>,
James Hartley <james.hartley@...tec.com>
Subject: [PATCH] clocksource: Fix 'clcoksource' typo, trivial
Simple typo in a comment, so fix it.
Signed-off-by: James Hartley <james.hartley@...tec.com>
---
kernel/time/clocksource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
index 2e949cc..b79f39b 100644
--- a/kernel/time/clocksource.c
+++ b/kernel/time/clocksource.c
@@ -792,7 +792,7 @@ int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq)
/* Initialize mult/shift and max_idle_ns */
__clocksource_updatefreq_scale(cs, scale, freq);
- /* Add clocksource to the clcoksource list */
+ /* Add clocksource to the clocksource list */
mutex_lock(&clocksource_mutex);
clocksource_enqueue(cs);
clocksource_enqueue_watchdog(cs);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists