From: Jiri Slaby Date: Sun, 11 Oct 2015 13:22:45 +0000 (+0200) Subject: tty: synclink, fix indentation X-Git-Tag: firefly_0821_release~176^2~803^2~18 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4bd0162264da0d71df7e37a12a544459ba7ddcde;p=firefly-linux-kernel-4.4.55.git tty: synclink, fix indentation The statement after if should be indenteted. So fix this. Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c index 11d322b351dd..6188059fd523 100644 --- a/drivers/tty/synclink.c +++ b/drivers/tty/synclink.c @@ -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;