]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
tty: synclink, fix indentation
authorJiri Slaby <jslaby@suse.cz>
Sun, 11 Oct 2015 13:22:45 +0000 (15:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 04:14:06 +0000 (21:14 -0700)
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>
drivers/tty/synclink.c

index 11d322b351dd584b4b2cf9429bb4e57431e63cb6..6188059fd523991c4a5072c0b8350f4d31b00dfd 100644 (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;