Module Name: src
Committed By: skrll
Date: Thu Nov 9 21:38:48 UTC 2017
Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/fdt/fdt_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/fdt/fdt_machdep.c
diff -u src/sys/arch/evbarm/fdt/fdt_machdep.c:1.14 src/sys/arch/evbarm/fdt/fdt_machdep.c:1.15
--- src/sys/arch/evbarm/fdt/fdt_machdep.c:1.14 Sun Sep 10 23:03:06 2017
+++ src/sys/arch/evbarm/fdt/fdt_machdep.c Thu Nov 9 21:38:48 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.14 2017/09/10 23:03:06 jmcneill Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.15 2017/11/09 21:38:48 skrll Exp $ */
/*-
* Copyright (c) 2015-2017 Jared McNeill <[email protected]>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.14 2017/09/10 23:03:06 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.15 2017/11/09 21:38:48 skrll Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@@ -234,7 +234,7 @@ fdt_build_bootconfig(uint64_t mem_addr,
struct extent_region *er;
uint64_t addr, size;
int index, error;
-
+
fdt_memory_ext = extent_create("FDT Memory", mem_addr, max_addr,
fdt_memory_ext_storage, sizeof(fdt_memory_ext_storage), EX_EARLY);
@@ -428,7 +428,7 @@ initarm(void *arg)
#ifndef PMAP_NEED_ALLOC_POOLPAGE
if (memory_size > KERNEL_VM_BASE - KERNEL_BASE) {
DPRINTF("%s: dropping RAM size from %luMB to %uMB\n",
- __func__, (unsigned long) (memory_size >> 20),
+ __func__, (unsigned long) (memory_size >> 20),
(KERNEL_VM_BASE - KERNEL_BASE) >> 20);
memory_size = KERNEL_VM_BASE - KERNEL_BASE;
}