diff options
author | Jiri Slaby <jslaby@suse.cz> | 2015-10-11 15:22:45 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-17 21:14:06 -0700 |
commit | 4bd0162264da0d71df7e37a12a544459ba7ddcde (patch) | |
tree | c572f0d0768f82176de0267bbb5c6e91f1158e7b /drivers/tty/synclink.c | |
parent | 77bdec6f0face395ceb303ee7f2525b9dbbeb036 (diff) | |
download | linux-stable-4bd0162264da0d71df7e37a12a544459ba7ddcde.tar.gz linux-stable-4bd0162264da0d71df7e37a12a544459ba7ddcde.tar.bz2 linux-stable-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/synclink.c')
-rw-r--r-- | drivers/tty/synclink.c | 2 |
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; |