[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <474E6BD0.20103@cn.fujitsu.com>
Date: Thu, 29 Nov 2007 15:35:44 +0800
From: Li Zefan <lizf@...fujitsu.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: LKML <linux-kernel@...r.kernel.org>, tglx@...utronix.de,
trivial@...nel.org
Subject: [PATCH 6/6] tick: add a missing dot in prink
Add a missing '.' in prink information.
Signed-off-by: Li Zefan <lizf@...fujitsu.com>
---
kernel/time/tick-oneshot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/time/tick-oneshot.c b/kernel/time/tick-oneshot.c
index 0258d31..0b5e513 100644
--- a/kernel/time/tick-oneshot.c
+++ b/kernel/time/tick-oneshot.c
@@ -78,7 +78,7 @@ int tick_switch_to_oneshot(void (*handler)(struct clock_event_device *))
printk(KERN_INFO "Clockevents: "
"could not switch to one-shot mode:");
if (!dev) {
- printk(" no tick device\n");
+ printk(" no tick device.\n");
} else {
if (!tick_device_is_functional(dev))
printk(" %s is not functional.\n", dev->name);
--
1.5.3.rc7
-
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