Commit 4bd01622 authored by Jiri Slaby's avatar Jiri Slaby Committed by Greg Kroah-Hartman

tty: synclink, fix indentation

The statement after if should be indenteted. So fix this.
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 77bdec6f
......@@ -6625,7 +6625,7 @@ static bool mgsl_get_rx_frame(struct mgsl_struct *info)
unsigned char *ptmp = info->intermediate_rxbuffer;
if ( !(status & RXSTATUS_CRC_ERROR))
info->icount.rxok++;
info->icount.rxok++;
while(copy_count) {
int partial_count;
......
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