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_ldisc: Fix an issue of code indent should use tabs

Fix an issue of code indent should use tabs, reported by checkpatch.pl.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1617779210-51576-7-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
5d3945e8 96d50825

+1 -1
+1 -1
drivers/tty/tty_ldisc.c
··· 459 459 WARN_ON(test_and_set_bit(TTY_LDISC_OPEN, &tty->flags)); 460 460 if (ld->ops->open) { 461 461 int ret; 462 - /* BTM here locks versus a hangup event */ 462 + /* BTM here locks versus a hangup event */ 463 463 ret = ld->ops->open(tty); 464 464 if (ret) 465 465 clear_bit(TTY_LDISC_OPEN, &tty->flags);