linux/drivers/staging/rts5208
Eric W. Biederman cead185526 exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.

Change the name to reflect this change in functionality.  All of the
users of complete_and_exit are causing the current kthread to exit so
this change makes it clear what is happening.

Move the implementation of kthread_complete_and_exit from
kernel/exit.c to to kernel/kthread.c.  As this function is kthread
specific it makes most sense to live with the kthread functions.

There are no functional change.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2021-12-13 12:04:45 -06:00
..
general.c Staging: rts5208: Add SPDX license tags 2018-11-05 14:16:33 +01:00
general.h Staging: rts5208: Add SPDX license tags 2018-11-05 14:16:33 +01:00
Kconfig staging: add missing SPDX lines to Kconfig files 2019-04-03 11:10:15 +02:00
Makefile staging: rts5208: remove unneeded header include path 2020-01-10 10:58:30 +01:00
ms.c staging: rts5208: remove unnecessary parentheses in ms.c 2021-09-18 16:26:48 +02:00
ms.h staging: rts5208: Eliminate the use of Camel Case in files ms.{h, c} 2019-11-01 10:53:16 +01:00
rtsx_card.c staging: rts5208: remove unnecessary parentheses in rtsx_card.c 2021-09-21 17:30:55 +02:00
rtsx_card.h Staging: rts5208: Add SPDX license tags 2018-11-05 14:16:33 +01:00
rtsx_chip.c staging: rts5208: remove unnecessary parentheses in rtsx_chip.c 2021-09-21 17:30:55 +02:00
rtsx_chip.h staging: rts5208: correction in spelling 2019-03-24 10:06:36 +01:00
rtsx_scsi.c staging: rts5208: remove unnecessary parentheses in rtsx_scsi.c 2021-09-21 17:30:55 +02:00
rtsx_scsi.h Staging: rts5208: Add SPDX license tags 2018-11-05 14:16:33 +01:00
rtsx_sys.h Staging: rts5208: Add SPDX license tags 2018-11-05 14:16:33 +01:00
rtsx_transport.c staging: rts5208: remove unnecessary parentheses in rtsx_transport.c 2021-09-21 17:30:55 +02:00
rtsx_transport.h Staging: rts5208: Add SPDX license tags 2018-11-05 14:16:33 +01:00
rtsx.c exit: Rename complete_and_exit to kthread_complete_and_exit 2021-12-13 12:04:45 -06:00
rtsx.h Staging: rts5208: Add SPDX license tags 2018-11-05 14:16:33 +01:00
sd.c staging: rts5208: remove parentheses pair in sd.c 2021-09-21 17:30:55 +02:00
sd.h staging: rts5208: Eliminate the use of Camel Case in file sd.h 2019-11-01 10:55:10 +01:00
spi.c Staging: rts5208: Add SPDX license tags 2018-11-05 14:16:33 +01:00
spi.h Staging: rts5208: Add SPDX license tags 2018-11-05 14:16:33 +01:00
TODO staging: Add missing newline at end of file 2019-06-18 08:59:40 +02:00
xd.c staging: rts5208: remove unnecessary parentheses in xd.c 2021-09-21 17:30:55 +02:00
xd.h staging: rts5208: Eliminate the use of Camel Case in files xd.{h, c} 2019-11-01 10:55:09 +01:00