Module Name:    src
Committed By:   skrll
Date:           Thu Nov 26 08:29:17 UTC 2020

Modified Files:
        src/sys/arch/evbarm/fdt: fdt_machdep.c

Log Message:
Tweak a comment


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 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.79 src/sys/arch/evbarm/fdt/fdt_machdep.c:1.80
--- src/sys/arch/evbarm/fdt/fdt_machdep.c:1.79	Tue Nov 24 06:36:36 2020
+++ src/sys/arch/evbarm/fdt/fdt_machdep.c	Thu Nov 26 08:29:17 2020
@@ -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 <jmcne...@invisible.ca>
@@ -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 @@ initarm(void *arg)
 	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);

Reply via email to