From be278e980d95f52b280cefac1a98b87fa518dd29 Mon Sep 17 00:00:00 2001 From: James Hartley Date: Thu, 18 Sep 2014 15:59:07 +0100 Subject: clocksource: Fix 'clcoksource' typo in comment Simple typo in a comment, so fix it. Signed-off-by: James Hartley Signed-off-by: Jiri Kosina --- kernel/time/clocksource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c index 2e949cc9c9f1..b79f39bda7e1 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); -- cgit v1.2.3 From eff264efeeb0898408e8c9df72d8a32621035bed Mon Sep 17 00:00:00 2001 From: Frans Klaver Date: Fri, 7 Nov 2014 15:53:44 +0100 Subject: kernel: trace: fix printk message s,produciton,production Signed-off-by: Frans Klaver Acked-by: Steven Rostedt Signed-off-by: Jiri Kosina --- kernel/trace/trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index 8a528392b1f4..f3ef80c8914c 100644 --- a/kernel/trace/trace.c +++ b/kernel/trace/trace.c @@ -2028,7 +2028,7 @@ void trace_printk_init_buffers(void) pr_warning("** trace_printk() being used. Allocating extra memory. **\n"); pr_warning("** **\n"); pr_warning("** This means that this is a DEBUG kernel and it is **\n"); - pr_warning("** unsafe for produciton use. **\n"); + pr_warning("** unsafe for production use. **\n"); pr_warning("** **\n"); pr_warning("** If you see this message and you are not debugging **\n"); pr_warning("** the kernel, report this immediately to your vendor! **\n"); -- cgit v1.2.3