aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-07-18 21:43:23 -0400
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-07-18 21:43:23 -0400
commit40b77c943468236c6dfad3e7b94348fe70c70331 (patch)
treece1cf3bb3c1b3324c43b9a724c3108d59a831f66 /net/core/sock.c
parent00ae02f31519e8d6e374424bbdf0c7381489e416 (diff)
[NET] CORE: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/core/sock.c')
-rw-r--r--net/core/sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c
index 091032a250c..1d55fbd22df 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -217,7 +217,7 @@ static int sock_set_timeout(long *timeo_p, char __user *optval, int optlen)
217 warned++; 217 warned++;
218 printk(KERN_INFO "sock_set_timeout: `%s' (pid %d) " 218 printk(KERN_INFO "sock_set_timeout: `%s' (pid %d) "
219 "tries to set negative timeout\n", 219 "tries to set negative timeout\n",
220 current->comm, current->pid); 220 current->comm, current->pid);
221 return 0; 221 return 0;
222 } 222 }
223 *timeo_p = MAX_SCHEDULE_TIMEOUT; 223 *timeo_p = MAX_SCHEDULE_TIMEOUT;