mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-15 19:55:32 +00:00
watch_queue: rectify kernel-doc for init_watch()
The command './scripts/kernel-doc -none kernel/watch_queue.c' reported a mismatch in the kernel-doc of init_watch(). Rectify the kernel-doc, such that no issues remain for watch_queue.c. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
a6cb0ab7da
commit
8f0bfc25c9
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ static void put_watch(struct watch *watch)
|
|||
}
|
||||
|
||||
/**
|
||||
* init_watch_queue - Initialise a watch
|
||||
* init_watch - Initialise a watch
|
||||
* @watch: The watch to initialise.
|
||||
* @wqueue: The queue to assign.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue