Skip to content

Commit

Permalink
tty: synclink, fix indentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Oct 18, 2015
1 parent 77bdec6 commit 4bd0162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/synclink.c
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 4bd0162

Please sign in to comment.