1
0
Fork 0

[NET] AX25: Fix whitespace errors.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
wifi-calibration
YOSHIFUJI Hideaki 2007-07-19 10:43:13 +09:00
parent d083450939
commit bd3b071b91
1 changed files with 1 additions and 1 deletions

View File

@ -1262,7 +1262,7 @@ static int __must_check ax25_connect(struct socket *sock,
for (;;) { for (;;) {
prepare_to_wait(sk->sk_sleep, &wait, prepare_to_wait(sk->sk_sleep, &wait,
TASK_INTERRUPTIBLE); TASK_INTERRUPTIBLE);
if (sk->sk_state != TCP_SYN_SENT) if (sk->sk_state != TCP_SYN_SENT)
break; break;
if (!signal_pending(current)) { if (!signal_pending(current)) {