aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2015-10-11 15:22:45 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-17 21:14:06 -0700
commit4bd0162264da0d71df7e37a12a544459ba7ddcde (patch)
treec572f0d0768f82176de0267bbb5c6e91f1158e7b /drivers/tty
parentserial: at91, fix rs485 properties (diff)
downloadlinux-dev-4bd0162264da0d71df7e37a12a544459ba7ddcde.tar.xz
linux-dev-4bd0162264da0d71df7e37a12a544459ba7ddcde.zip
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>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/synclink.c2
1 files changed, 1 insertions, 1 deletions
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;