mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 13:53:54 -06:00
remove space-tab sequences
There are not many, and they are all simple mistakes that ended up being committed. Remove them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20181213223737.11793-2-pbonzini@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6afeb39713
commit
72e21db7ea
18 changed files with 48 additions and 48 deletions
|
@ -74,7 +74,7 @@
|
|||
if (so->so_emu) { \
|
||||
if (tcp_emu((so),(m))) sbappend((so), (m)); \
|
||||
} else \
|
||||
sbappend((so), (m)); \
|
||||
sbappend((so), (m)); \
|
||||
} else {\
|
||||
(flags) = tcp_reass((tp), (ti), (m)); \
|
||||
tp->t_flags |= TF_ACKNOW; \
|
||||
|
@ -1175,7 +1175,7 @@ trimthenstep6:
|
|||
}
|
||||
break;
|
||||
|
||||
/*
|
||||
/*
|
||||
* In CLOSING STATE in addition to the processing for
|
||||
* the ESTABLISHED state if the ACK acknowledges our FIN
|
||||
* then enter the TIME-WAIT state, otherwise ignore
|
||||
|
@ -1325,7 +1325,7 @@ dodata:
|
|||
}
|
||||
switch (tp->t_state) {
|
||||
|
||||
/*
|
||||
/*
|
||||
* In SYN_RECEIVED and ESTABLISHED STATES
|
||||
* enter the CLOSE_WAIT state.
|
||||
*/
|
||||
|
@ -1337,7 +1337,7 @@ dodata:
|
|||
tp->t_state = TCPS_CLOSE_WAIT;
|
||||
break;
|
||||
|
||||
/*
|
||||
/*
|
||||
* If still in FIN_WAIT_1 STATE FIN has not been acked so
|
||||
* enter the CLOSING state.
|
||||
*/
|
||||
|
@ -1345,7 +1345,7 @@ dodata:
|
|||
tp->t_state = TCPS_CLOSING;
|
||||
break;
|
||||
|
||||
/*
|
||||
/*
|
||||
* In FIN_WAIT_2 state enter the TIME_WAIT state,
|
||||
* starting the time-wait timer, turning off the other
|
||||
* standard timers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue