Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/05c11dffa937
branches: trunk
changeset: 848779:05c11dffa937
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Feb 09 09:29:50 2020 +0000
description:
Trailing whitespace
diffstat:
sys/kern/subr_cpu.c | 8 ++++----
sys/sys/cpu.h | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 44db837124a5 -r 05c11dffa937 sys/kern/subr_cpu.c
--- a/sys/kern/subr_cpu.c Sun Feb 09 09:11:59 2020 +0000
+++ b/sys/kern/subr_cpu.c Sun Feb 09 09:29:50 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_cpu.c,v 1.11 2020/01/13 20:30:08 ad Exp $ */
+/* $NetBSD: subr_cpu.c,v 1.12 2020/02/09 09:30:22 skrll Exp $ */
/*-
* Copyright (c) 2007, 2008, 2009, 2010, 2012, 2019, 2020
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_cpu.c,v 1.11 2020/01/13 20:30:08 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_cpu.c,v 1.12 2020/02/09 09:30:22 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -261,7 +261,7 @@
/*
* Fix up basic CPU topology info. Right now that means attach each CPU to
- * circular lists of its siblings in the same core, and in the same package.
+ * circular lists of its siblings in the same core, and in the same package.
*/
void
cpu_topology_init(void)
@@ -287,7 +287,7 @@
ci2 != ci) {
#ifdef DEBUG
printf("cpu%u %p pkg %u core %u smt %u same as "
- "cpu%u %p pkg %u core %u smt %u\n",
+ "cpu%u %p pkg %u core %u smt %u\n",
cpu_index(ci), ci, ci->ci_package_id,
ci->ci_core_id, ci->ci_smt_id,
cpu_index(ci2), ci2, ci2->ci_package_id,
diff -r 44db837124a5 -r 05c11dffa937 sys/sys/cpu.h
--- a/sys/sys/cpu.h Sun Feb 09 09:11:59 2020 +0000
+++ b/sys/sys/cpu.h Sun Feb 09 09:29:50 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.48 2020/01/09 16:35:03 ad Exp $ */
+/* $NetBSD: cpu.h,v 1.49 2020/02/09 09:29:50 skrll Exp $ */
/*-
* Copyright (c) 2007 YAMAMOTO Takashi,
@@ -57,7 +57,7 @@
/*
* CPU_INFO_ITERATOR() may be supplied by machine dependent code as it
* controls how the cpu_info structures are allocated.
- *
+ *
* This macro must always iterate just the boot-CPU when the system has
* not attached any cpus via mi_cpu_attach() yet, and the "ncpu" variable
* is zero.
Home |
Main Index |
Thread Index |
Old Index