projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b81bff
)
[NET] ROSE: Fix whitespace errors.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 19 Jul 2007 01:44:40 +0000
(10:44 +0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 19 Jul 2007 01:44:40 +0000
(10:44 +0900)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
net/rose/af_rose.c
patch
|
blob
|
blame
|
history
diff --git
a/net/rose/af_rose.c
b/net/rose/af_rose.c
index f4d3aba008009298fc1b77a5314005225392bcfb..976c3cc86a297041d7709f0b4cac7eef72a2767e 100644
(file)
--- a/
net/rose/af_rose.c
+++ b/
net/rose/af_rose.c
@@
-816,7
+816,7
@@
rose_try_next_neigh:
for (;;) {
prepare_to_wait(sk->sk_sleep, &wait,
- TASK_INTERRUPTIBLE);
+ TASK_INTERRUPTIBLE);
if (sk->sk_state != TCP_SYN_SENT)
break;
if (!signal_pending(current)) {