mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
[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>
This commit is contained in:
parent
061350e7ec
commit
0863afb32b
3 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue