diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-18 21:44:40 -0400 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-18 21:44:40 -0400 |
commit | 6140efb536e7758cd300461981634ebfd4f51efa (patch) | |
tree | eb2a6d43034424b4472363bd8e8635e2e48bd84b /net/rose/af_rose.c | |
parent | 2b81bff416c4413333b19af627e11fddc620bd84 (diff) |
[NET] ROSE: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/rose/af_rose.c')
-rw-r--r-- | net/rose/af_rose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c index f4d3aba00800..976c3cc86a29 100644 --- a/net/rose/af_rose.c +++ b/net/rose/af_rose.c | |||
@@ -816,7 +816,7 @@ rose_try_next_neigh: | |||
816 | 816 | ||
817 | for (;;) { | 817 | for (;;) { |
818 | prepare_to_wait(sk->sk_sleep, &wait, | 818 | prepare_to_wait(sk->sk_sleep, &wait, |
819 | TASK_INTERRUPTIBLE); | 819 | TASK_INTERRUPTIBLE); |
820 | if (sk->sk_state != TCP_SYN_SENT) | 820 | if (sk->sk_state != TCP_SYN_SENT) |
821 | break; | 821 | break; |
822 | if (!signal_pending(current)) { | 822 | if (!signal_pending(current)) { |