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 Tweak a comment
details: https://anonhg.NetBSD.org/src/rev/bda9c18da9f1
branches: trunk
changeset: 946412:bda9c18da9f1
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Nov 26 08:29:17 2020 +0000
description:
Tweak a comment
diffstat:
sys/arch/evbarm/fdt/fdt_machdep.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 616decd996fa -r bda9c18da9f1 sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Thu Nov 26 08:25:01 2020 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Thu Nov 26 08:29:17 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.79 2020/11/24 06:36:36 skrll Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.80 2020/11/26 08:29:17 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.79 2020/11/24 06:36:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.80 2020/11/26 08:29:17 skrll Exp $");
#include "opt_machdep.h"
#include "opt_bootconfig.h"
@@ -641,8 +641,7 @@
fdt_probe_efirng(&efirng_start, &efirng_end);
/*
- * Populate bootconfig structure for the benefit of
- * dodumpsys
+ * Populate bootconfig structure for the benefit of dodumpsys
*/
VPRINTF("%s: fdt_build_bootconfig\n", __func__);
fdt_build_bootconfig(memory_start, memory_end);
Home |
Main Index |
Thread Index |
Old Index