Commit 5eb6f228 authored by Eric W. Biederman's avatar Eric W. Biederman

exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exit

I misspelled kthread_complete_and_exit in the kernel doc comment fix
it.

Link: https://lkml.kernel.org/r/202112141329.KBkyJ5ql-lkp@intel.com
Link: https://lkml.kernel.org/r/202112141422.Cykr6YUS-lkp@intel.comReported-by: default avatarkernel test robot <lkp@intel.com>
Fixes: cead1855 ("exit: Rename complete_and_exit to kthread_complete_and_exit")
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 6b124879
...@@ -294,7 +294,7 @@ void __noreturn kthread_exit(long result) ...@@ -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 * @comp: Completion to complete
* @code: The integer value to return to kthread_stop(). * @code: The integer value to return to kthread_stop().
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment