Skip to content

Commit

Permalink
exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exit
Browse files Browse the repository at this point in the history
I misspelled kthread_complete_and_exit in the kernel doc comment fix
it.

Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Reported-by: kernel test robot <[email protected]>
Fixes: cead185 ("exit: Rename complete_and_exit to kthread_complete_and_exit")
Signed-off-by: "Eric W. Biederman" <[email protected]>
  • Loading branch information
ebiederm committed Dec 14, 2021
1 parent 6b12487 commit 5eb6f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ void __noreturn kthread_exit(long result)
}

/**
* kthread_complete_and exit - Exit the current kthread.
* kthread_complete_and_exit - Exit the current kthread.
* @comp: Completion to complete
* @code: The integer value to return to kthread_stop().
*
Expand Down

0 comments on commit 5eb6f22

Please sign in to comment.