提交 5eb6f228 编写于 作者: E 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: Nkernel test robot <lkp@intel.com>
Fixes: cead1855 ("exit: Rename complete_and_exit to kthread_complete_and_exit")
Signed-off-by: N"Eric W. Biederman" <ebiederm@xmission.com>
上级 6b124879
......@@ -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().
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册