summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki2007-07-19 03:43:23 +0200
committerYOSHIFUJI Hideaki2007-07-19 03:43:23 +0200
commit40b77c943468236c6dfad3e7b94348fe70c70331 (patch)
treece1cf3bb3c1b3324c43b9a724c3108d59a831f66 /net/core/sock.c
parent[NET] BLUETOOTH: Fix whitespace errors. (diff)
downloadkernel-qcow2-linux-40b77c943468236c6dfad3e7b94348fe70c70331.tar.gz
kernel-qcow2-linux-40b77c943468236c6dfad3e7b94348fe70c70331.tar.xz
kernel-qcow2-linux-40b77c943468236c6dfad3e7b94348fe70c70331.zip
[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 091032a250c7..1d55fbd22dfa 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)
warned++;
printk(KERN_INFO "sock_set_timeout: `%s' (pid %d) "
"tries to set negative timeout\n",
- current->comm, current->pid);
+ current->comm, current->pid);
return 0;
}
*timeo_p = MAX_SCHEDULE_TIMEOUT;