aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/hpet.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2008-02-05 00:48:13 +0100
committerIngo Molnar <mingo@elte.hu>2008-02-26 12:55:50 +0100
commitb02a7f22f39f02fdf5a1380ff700293639db4490 (patch)
treef5dcda03606600177a301905be19236fb94ead1d /arch/x86/kernel/hpet.c
parent92cb54a37a42a41cfb2ef7f1478bfa4395198258 (diff)
x86: hpet fix docbook comment
Signed-off-by: Pavel Machek <Pavel@suse.cz> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/hpet.c')
-rw-r--r--arch/x86/kernel/hpet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c
index 429d084e014..235fd6c7750 100644
--- a/arch/x86/kernel/hpet.c
+++ b/arch/x86/kernel/hpet.c
@@ -368,8 +368,8 @@ static int hpet_clocksource_register(void)
return 0;
}
-/*
- * Try to setup the HPET timer
+/**
+ * hpet_enable - Try to setup the HPET timer. Returns 1 on success.
*/
int __init hpet_enable(void)
{