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:
d083450
)
[NET] AX25: Fix whitespace errors.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 19 Jul 2007 01:43:13 +0000
(10:43 +0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 19 Jul 2007 01:43:13 +0000
(10:43 +0900)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
net/ax25/af_ax25.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ax25/af_ax25.c
b/net/ax25/af_ax25.c
index c83cf84329700219ed4d16710bebcc5a4cb9f2c6..dae2a42d3d865a96af92329cedf0b11a186da755 100644
(file)
--- a/
net/ax25/af_ax25.c
+++ b/
net/ax25/af_ax25.c
@@
-1262,7
+1262,7
@@
static int __must_check ax25_connect(struct socket *sock,
for (;;) {
prepare_to_wait(sk->sk_sleep, &wait,
- TASK_INTERRUPTIBLE);
+ TASK_INTERRUPTIBLE);
if (sk->sk_state != TCP_SYN_SENT)
break;
if (!signal_pending(current)) {