]> err.no Git - linux-2.6/blobdiff - net/core/sock.c
[NET] CORE: Fix whitespace errors.
[linux-2.6] / net / core / sock.c
index 091032a250c7e0da5e8ccd1830ecbdc3acb90866..1d55fbd22dfa4c8c0011ae3d783e9d32849c0b1e 100644 (file)
@@ -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;