mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08: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
@ -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…
Reference in New Issue
Block a user