summary refs log tree commit diff
path: root/kernel/watch_queue.c
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2021-01-25 17:14:09 +0100
committerDavid Howells <dhowells@redhat.com>2021-01-26 11:16:34 +0000
commit8f0bfc25c907f38e7f9dc498e8f43000d77327ef (patch)
tree6260c852ec78917106fd7375e243bcbe4712cbda /kernel/watch_queue.c
parenta6cb0ab7daf78ce87d70212dfdb01a622d833500 (diff)
downloadlinux-8f0bfc25c907f38e7f9dc498e8f43000d77327ef.tar.gz
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>
Diffstat (limited to 'kernel/watch_queue.c')
-rw-r--r--kernel/watch_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c
index 0ef8f65bd2d7..9c9eb20dd2c5 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.
  *