Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi minor space nit from Alexander Yurchenko.



details:   https://anonhg.NetBSD.org/src/rev/4146414d1503
branches:  trunk
changeset: 565569:4146414d1503
user:      kochi <kochi%NetBSD.org@localhost>
date:      Mon Apr 12 15:09:46 2004 +0000

description:
minor space nit from Alexander Yurchenko.

diffstat:

 sys/dev/acpi/acpi_bat.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6c72549d4e32 -r 4146414d1503 sys/dev/acpi/acpi_bat.c
--- a/sys/dev/acpi/acpi_bat.c   Mon Apr 12 14:42:14 2004 +0000
+++ b/sys/dev/acpi/acpi_bat.c   Mon Apr 12 15:09:46 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_bat.c,v 1.37 2004/04/11 06:48:25 kochi Exp $      */
+/*     $NetBSD: acpi_bat.c,v 1.38 2004/04/12 15:09:46 kochi Exp $      */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -86,7 +86,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_bat.c,v 1.37 2004/04/11 06:48:25 kochi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_bat.c,v 1.38 2004/04/12 15:09:46 kochi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -554,7 +554,7 @@
        else
                tech = "primary";
 
-       printf("%s: %s battery, Design %d.%03d%s, Last full %d.%03d%s"
+       printf("%s: %s battery, Design %d.%03d%s, Last full %d.%03d%s "
               "Warn %d.%03d%s Low %d.%03d%s\n",
               sc->sc_dev.dv_xname, tech,
               SCALE(sc->sc_data[ACPIBAT_DCAPACITY].cur.data_s), CAPUNITS(sc),



Home | Main Index | Thread Index | Old Index