Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/cavium Fix an aprint_normal
details: https://anonhg.NetBSD.org/src/rev/bed8868c1498
branches: trunk
changeset: 346372:bed8868c1498
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jul 11 08:09:15 2016 +0000
description:
Fix an aprint_normal
diffstat:
sys/arch/mips/cavium/octeon_cpunode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r cb1c01eb9fbe -r bed8868c1498 sys/arch/mips/cavium/octeon_cpunode.c
--- a/sys/arch/mips/cavium/octeon_cpunode.c Mon Jul 11 07:42:13 2016 +0000
+++ b/sys/arch/mips/cavium/octeon_cpunode.c Mon Jul 11 08:09:15 2016 +0000
@@ -453,7 +453,7 @@
for (CPU_INFO_FOREACH(cii, ci)) {
}
- aprint_normal(": default period is %u seconds%s\n",
+ aprint_normal(": default period is %u second%s\n",
sc->sc_wdog_period, sc->sc_wdog_period == 1 ? "" : "s");
if (sysmon_wdog_register(&sc->sc_smw) != 0) {
Home |
Main Index |
Thread Index |
Old Index