Skip to content

Commit

Permalink
watch_queue: rectify kernel-doc for init_watch()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lukas Bulwahn authored and David Howells committed Jan 26, 2021
1 parent a6cb0ab commit 8f0bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/watch_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 8f0bfc2

Please sign in to comment.