Bläddra i källkod

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>
Jiri Slaby 10 år sedan
förälder
incheckning
4bd0162264
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      drivers/tty/synclink.c

+ 1 - 1
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;