svn commit: r198575 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Thu Oct 29 10:03:09 UTC 2009


Author: kib
Date: Thu Oct 29 10:03:08 2009
New Revision: 198575
URL: http://svn.freebsd.org/changeset/base/198575

Log:
  Fix style issue.

Modified:
  head/sys/kern/uipc_syscalls.c

Modified: head/sys/kern/uipc_syscalls.c
==============================================================================
--- head/sys/kern/uipc_syscalls.c	Thu Oct 29 09:58:16 2009	(r198574)
+++ head/sys/kern/uipc_syscalls.c	Thu Oct 29 10:03:08 2009	(r198575)
@@ -2016,7 +2016,7 @@ retry_space:
 		 * Loop and construct maximum sized mbuf chain to be bulk
 		 * dumped into socket buffer.
 		 */
-		while(space > loopbytes) {
+		while (space > loopbytes) {
 			vm_pindex_t pindex;
 			vm_offset_t pgoff;
 			struct mbuf *m0;


More information about the svn-src-head mailing list