Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61754
b: refs/heads/master
c: 639fc4c
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki committed Jul 19, 2007
1 parent ab41ad6 commit 654cec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5d292646ebf2ee51086f59899a377c85e5d50b2
refs/heads/master: 639fc4c381456df0564b23540e0f60b0af83093b
2 changes: 1 addition & 1 deletion trunk/net/netrom/af_netrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ static int nr_connect(struct socket *sock, struct sockaddr *uaddr,

for (;;) {
prepare_to_wait(sk->sk_sleep, &wait,
TASK_INTERRUPTIBLE);
TASK_INTERRUPTIBLE);
if (sk->sk_state != TCP_SYN_SENT)
break;
if (!signal_pending(current)) {
Expand Down

0 comments on commit 654cec5

Please sign in to comment.