projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d2926
)
[NET] NETROM: Fix whitespace errors.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 19 Jul 2007 01:44:32 +0000
(10:44 +0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 19 Jul 2007 01:44:32 +0000
(10:44 +0900)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
net/netrom/af_netrom.c
patch
|
blob
|
history
diff --git
a/net/netrom/af_netrom.c
b/net/netrom/af_netrom.c
index 5d66490dd290a07a7c989465ee5b21c98aed2a83..dc9273295a382a98b2564718fa95d6a6ab74c0b8 100644
(file)
--- a/
net/netrom/af_netrom.c
+++ b/
net/netrom/af_netrom.c
@@
-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)) {