1
0
Fork 0

tty: synclink, fix indentation

The statement after if should be indenteted. So fix this.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Jiri Slaby 2015-10-11 15:22:45 +02:00 committed by Greg Kroah-Hartman
parent 77bdec6f0f
commit 4bd0162264
1 changed files with 1 additions and 1 deletions

View File

@ -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;