tty: tty_io: Fix an issue of code indent for conditional statements
authorXiaofei Tan <tanxiaofei@huawei.com>
Wed, 12 May 2021 09:26:20 +0000 (17:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 16:29:13 +0000 (18:29 +0200)
commit5e4d5ac32ba538f29ff64104e7211486cc805904
tree5e3a76aa05bfdb2edbc0b198b6ed7963f188a044
parent44969f85402e2f8a9fcfa33520e5ba7f81556f0a
tty: tty_io: Fix an issue of code indent for conditional statements

Fix an issue of code indent for conditional statements,reported by
checkpatch.pl.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1620811585-18582-13-git-send-email-tanxiaofei@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c