From: Jiri Slaby Date: Sun, 11 Oct 2015 13:22:45 +0000 (+0200) Subject: tty: synclink, fix indentation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4bd0162264da0d71df7e37a12a544459ba7ddcde;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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;