Commit bd3b071b authored by YOSHIFUJI Hideaki's avatar YOSHIFUJI Hideaki

[NET] AX25: Fix whitespace errors.

Signed-off-by: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
parent d0834509
...@@ -1262,7 +1262,7 @@ static int __must_check ax25_connect(struct socket *sock, ...@@ -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)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment