Commit eb460edb authored by Xiaofei Tan's avatar Xiaofei Tan Committed by Greg Kroah-Hartman

tty: tty_baudrate: Remove unnecessary tab and spaces in comment sentence

Remove unnecessary tab and spaces in comment sentence, reported
by checkpatch.pl.
Signed-off-by: default avatarXiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1620811585-18582-2-git-send-email-tanxiaofei@huawei.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 31a9a318
...@@ -147,7 +147,7 @@ void tty_termios_encode_baud_rate(struct ktermios *termios, ...@@ -147,7 +147,7 @@ void tty_termios_encode_baud_rate(struct ktermios *termios,
int iclose = ibaud/50, oclose = obaud/50; int iclose = ibaud/50, oclose = obaud/50;
int ibinput = 0; int ibinput = 0;
if (obaud == 0) /* CD dropped */ if (obaud == 0) /* CD dropped */
ibaud = 0; /* Clear ibaud to be sure */ ibaud = 0; /* Clear ibaud to be sure */
termios->c_ispeed = ibaud; termios->c_ispeed = ibaud;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment