Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tty: tty_jobctrl: Remove spaces before tabs

Remove spaces before tabs following the advice of checkpatch.pl.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1617779210-51576-6-git-send-email-tanxiaofei@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Xiaofei Tan and committed by
Greg Kroah-Hartman
96d50825 63eeafd4

+4 -4
+4 -4
drivers/tty/tty_jobctrl.c
··· 244 244 * it wants to disassociate itself from its controlling tty. 245 245 * 246 246 * It performs the following functions: 247 - * (1) Sends a SIGHUP and SIGCONT to the foreground process group 248 - * (2) Clears the tty from being controlling the session 249 - * (3) Clears the controlling tty for all processes in the 250 - * session group. 247 + * (1) Sends a SIGHUP and SIGCONT to the foreground process group 248 + * (2) Clears the tty from being controlling the session 249 + * (3) Clears the controlling tty for all processes in the 250 + * session group. 251 251 * 252 252 * The argument on_exit is set to 1 if called when a process is 253 253 * exiting; it is 0 if called by the ioctl TIOCNOTTY.