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

Signed-off-by: Jiri Slaby <jsl...@suse.cz>
---
 drivers/tty/synclink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c
index 701dd4e3446d..97ad9df048b5 100644
--- a/drivers/tty/synclink.c
+++ b/drivers/tty/synclink.c
@@ -6633,7 +6633,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;
-- 
2.6.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to