summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_mmap.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-12-04 17:41:58 +0000
committertrasz <trasz@FreeBSD.org>2010-12-04 17:41:58 +0000
commitb2b2bfee2e21d61fa8262a3b75ad50a59f356f05 (patch)
tree6ad38d35c479a28fa43079bf54f7b682c39e5592 /sys/vm/vm_mmap.c
parent0114bdf52f64f9eaf589d9f88706c9519479deab (diff)
downloadFreeBSD-src-b2b2bfee2e21d61fa8262a3b75ad50a59f356f05.zip
FreeBSD-src-b2b2bfee2e21d61fa8262a3b75ad50a59f356f05.tar.gz
Fix comment intentation.
Diffstat (limited to 'sys/vm/vm_mmap.c')
-rw-r--r--sys/vm/vm_mmap.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c
index f2dba2c..a73e03a 100644
--- a/sys/vm/vm_mmap.c
+++ b/sys/vm/vm_mmap.c
@@ -276,14 +276,14 @@ mmap(td, uap)
if (addr + size < addr)
return (EINVAL);
} else {
- /*
- * XXX for non-fixed mappings where no hint is provided or
- * the hint would fall in the potential heap space,
- * place it after the end of the largest possible heap.
- *
- * There should really be a pmap call to determine a reasonable
- * location.
- */
+ /*
+ * XXX for non-fixed mappings where no hint is provided or
+ * the hint would fall in the potential heap space,
+ * place it after the end of the largest possible heap.
+ *
+ * There should really be a pmap call to determine a reasonable
+ * location.
+ */
PROC_LOCK(td->td_proc);
if (addr == 0 ||
(addr >= round_page((vm_offset_t)vms->vm_taddr) &&
OpenPOWER on IntegriCloud