mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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>
This commit is contained in:
parent
77bdec6f0f
commit
4bd0162264
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user