summary refs log tree commit diff
path: root/include/sound/core.h
diff options
context:
space:
mode:
authorMartin Waitz <tali@admingilde.org>2006-01-09 20:53:55 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 08:01:53 -0800
commit0863afb32b77fc89c7110b3d10fb048cb56bb1b5 (patch)
treeee9e330dcdd1f7331947afdb0b06be7caf7c98d7 /include/sound/core.h
parent061350e7ecf869ed3c98d962b16a772e9674e283 (diff)
downloadlinux-0863afb32b77fc89c7110b3d10fb048cb56bb1b5.tar.gz
[PATCH] DocBook: fix kernel-doc comments
Fix typos in comments to remove kernel-doc warnings.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/sound/core.h')
-rw-r--r--include/sound/core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sound/core.h b/include/sound/core.h
index 90ac6132ea3b..3093e3ddcf36 100644
--- a/include/sound/core.h
+++ b/include/sound/core.h
@@ -317,7 +317,7 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...)
 #ifdef CONFIG_SND_VERBOSE_PRINTK
 /**
  * snd_printd - debug printk
- * @format: format string
+ * @fmt: format string
  *
  * Compiled only when Works like snd_printk() for debugging purpose.
  * Ignored when CONFIG_SND_DEBUG is not set.
@@ -331,7 +331,6 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...)
 /**
  * snd_assert - run-time assertion macro
  * @expr: expression
- * @args...: the action
  *
  * This macro checks the expression in run-time and invokes the commands
  * given in the rest arguments if the assertion is failed.