]> err.no Git - linux-2.6/blobdiff - include/sound/core.h
[PATCH] e1000: Added disable packet split capability
[linux-2.6] / include / sound / core.h
index 90ac6132ea3bced84ced0246e9af8a274313036e..3093e3ddcf36cd3e7ed1204937ab443b153b0056 100644 (file)
@@ -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.