From dd56a66d9b7246fbe33539bfef72eabeba1b507a Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 9 Mar 2025 16:01:48 -0400 Subject: kernel: vm_map: Remove extra leading whitespace Signed-off-by: Ian Moffett --- sys/vm/vm_map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 6627865..7b0656b 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -94,8 +94,8 @@ vm_map_modify(struct vas vas, vaddr_t va, paddr_t pa, vm_prot_t prot, bool unmap * @prot: Protection flags. * @count: Count of bytes to be mapped (aligned to page granularity). * - * Returns 0 on success, and a less than zero errno - * on failure. + * Returns 0 on success, and a less than zero errno + * on failure. */ int vm_map(struct vas vas, vaddr_t va, paddr_t pa, vm_prot_t prot, size_t count) -- cgit v1.2.3