Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/fdt trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/1a7c56c3acf1
branches: trunk
changeset: 827709:1a7c56c3acf1
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Nov 09 21:38:48 2017 +0000
description:
trailing whitespace
diffstat:
sys/arch/evbarm/fdt/fdt_machdep.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3246c1ef251b -r 1a7c56c3acf1 sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Thu Nov 09 21:36:46 2017 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Thu Nov 09 21:38:48 2017 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 @@
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 @@
#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;
}
Home |
Main Index |
Thread Index |
Old Index