From 3dc564852f8b940f883f3e161c203738f8d1dfdc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 15 Apr 2007 17:14:57 +0000 Subject: [PATCH] Fix broken Doxygen comments (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@281 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/speaker.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/speaker.c b/arch/x86/speaker.c index 39f4e02c4f..55b7adbcbc 100644 --- a/arch/x86/speaker.c +++ b/arch/x86/speaker.c @@ -48,7 +48,7 @@ * - http://en.wikipedia.org/wiki/Pc_speaker * - http://en.wikipedia.org/wiki/Intel_8253 * - * @param The frequency of the tone. + * @param freq The frequency of the tone. */ void speaker_enable(u16 freq) { @@ -80,8 +80,8 @@ void speaker_disable(void) * Wait for a short amount of time after the beep to make it distinguishable * from the next beep (if any). * - * @param The frequency of the tone/beep. - * @param The duration of the tone/beep in milliseconds. + * @param freq The frequency of the tone/beep. + * @param duration The duration of the tone/beep in milliseconds. */ void speaker_tone(u16 freq, unsigned int duration) {