From: Lukas Bulwahn Date: Mon, 25 Jan 2021 16:14:09 +0000 (+0100) Subject: watch_queue: rectify kernel-doc for init_watch() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8f0bfc25c907f38e7f9dc498e8f43000d77327ef;p=linux.git 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 Signed-off-by: David Howells --- diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c index 0ef8f65bd2d71..9c9eb20dd2c50 100644 --- a/kernel/watch_queue.c +++ b/kernel/watch_queue.c @@ -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. *