Browse Source

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>
Pavel Machek 17 years ago
parent
commit
b02a7f22f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/x86/kernel/hpet.c

+ 2 - 2
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)
 {