Merge 77b1a7f7a0 ("Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm") into android-mainline
Steps on the way to 6.5-rc1 Change-Id: Ib11ce09132af1ca991af99d28f6537a5ab47c41d Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
+2
-2
@@ -322,10 +322,10 @@ void __noreturn kthread_exit(long result)
|
||||
* @comp: Completion to complete
|
||||
* @code: The integer value to return to kthread_stop().
|
||||
*
|
||||
* If present complete @comp and the reuturn code to kthread_stop().
|
||||
* If present, complete @comp and then return code to kthread_stop().
|
||||
*
|
||||
* A kernel thread whose module may be removed after the completion of
|
||||
* @comp can use this function exit safely.
|
||||
* @comp can use this function to exit safely.
|
||||
*
|
||||
* Does not return.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user