commit | 6140efb536e7758cd300461981634ebfd4f51efa | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Thu Jul 19 10:44:40 2007 +0900 |
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Thu Jul 19 10:44:40 2007 +0900 |
tree | eb2a6d43034424b4472363bd8e8635e2e48bd84b | |
parent | 2b81bff416c4413333b19af627e11fddc620bd84 [diff] [blame] |
[NET] ROSE: Fix whitespace errors. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c index f4d3aba..976c3cc 100644 --- a/net/rose/af_rose.c +++ b/net/rose/af_rose.c
@@ -816,7 +816,7 @@ for (;;) { prepare_to_wait(sk->sk_sleep, &wait, - TASK_INTERRUPTIBLE); + TASK_INTERRUPTIBLE); if (sk->sk_state != TCP_SYN_SENT) break; if (!signal_pending(current)) {