From dc886721c6d3438dba49e817a2ebc8a49a5e3880 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 26 Sep 2025 12:30:36 -0400 Subject: kernel: vm: Remove redundant newline Signed-off-by: Ian Moffett --- src/sys/vm/vm_map.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sys/vm/vm_map.c') diff --git a/src/sys/vm/vm_map.c b/src/sys/vm/vm_map.c index 27cdcce..277ff9a 100644 --- a/src/sys/vm/vm_map.c +++ b/src/sys/vm/vm_map.c @@ -113,7 +113,6 @@ vm_map(struct vm_vas *vas, struct mmu_map *spec, size_t len, int prot) spec_cpy = *spec; } - /* If this fails, unmap the partial region */ len = ALIGN_UP(len, PSIZE); retval = __vm_map(vas, spec, len, prot); -- cgit v1.2.3