Whitespace
This commit is contained in:
parent
74331c1241
commit
dd1a604b66
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: uvm_io.c,v 1.22 2005/12/06 16:01:13 chs Exp $ */
|
||||
/* $NetBSD: uvm_io.c,v 1.23 2005/12/20 08:25:58 skrll Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
@ -39,7 +39,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: uvm_io.c,v 1.22 2005/12/06 16:01:13 chs Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: uvm_io.c,v 1.23 2005/12/20 08:25:58 skrll Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -132,7 +132,6 @@ uvm_io(struct vm_map *map, struct uio *uio)
|
||||
togo -= sz;
|
||||
baseva += chunksz;
|
||||
|
||||
|
||||
/*
|
||||
* step 4: unmap the area of kernel memory
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user