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;
|
unsigned char *ptmp = info->intermediate_rxbuffer;
|
||||||
|
|
||||||
if ( !(status & RXSTATUS_CRC_ERROR))
|
if ( !(status & RXSTATUS_CRC_ERROR))
|
||||||
info->icount.rxok++;
|
info->icount.rxok++;
|
||||||
|
|
||||||
while(copy_count) {
|
while(copy_count) {
|
||||||
int partial_count;
|
int partial_count;
|
||||||
|
|
Loading…
Reference in New Issue