projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6cb0ab
)
watch_queue: rectify kernel-doc for init_watch()
author
Lukas Bulwahn
<lukas.bulwahn@gmail.com>
Mon, 25 Jan 2021 16:14:09 +0000
(17:14 +0100)
committer
David Howells
<dhowells@redhat.com>
Tue, 26 Jan 2021 11:16:34 +0000
(11:16 +0000)
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>
kernel/watch_queue.c
patch
|
blob
|
history
diff --git
a/kernel/watch_queue.c
b/kernel/watch_queue.c
index 0ef8f65bd2d71188bbe314b11eda366fe87ff889..9c9eb20dd2c500d79fa91a926b8e11420ddaaf0f 100644
(file)
--- 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.
*