summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-broadcast.c
diff options
context:
space:
mode:
authorLi Zefan2007-11-05 23:51:10 +0100
committerLinus Torvalds2007-11-06 00:12:33 +0100
commit8dce39c231af554932f8ab0d671e077ab6db9e46 (patch)
treeac09b1b9f93b0056ea7e9709be56dbfbf447b894 /kernel/time/tick-broadcast.c
parentm68knommu: fix pread/pwrite defines (diff)
downloadkernel-qcow2-linux-8dce39c231af554932f8ab0d671e077ab6db9e46.tar.gz
kernel-qcow2-linux-8dce39c231af554932f8ab0d671e077ab6db9e46.tar.xz
kernel-qcow2-linux-8dce39c231af554932f8ab0d671e077ab6db9e46.zip
time: fix inconsistent function names in comments
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: john stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/time/tick-broadcast.c')
-rw-r--r--kernel/time/tick-broadcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/tick-broadcast.c b/kernel/time/tick-broadcast.c
index 8cfb8b2ce773..aa82d7bf478a 100644
--- a/kernel/time/tick-broadcast.c
+++ b/kernel/time/tick-broadcast.c
@@ -508,7 +508,7 @@ static void tick_broadcast_clear_oneshot(int cpu)
}
/**
- * tick_broadcast_setup_highres - setup the broadcast device for highres
+ * tick_broadcast_setup_oneshot - setup the broadcast device
*/
void tick_broadcast_setup_oneshot(struct clock_event_device *bc)
{