Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Remove an outdated comment.



details:   https://anonhg.NetBSD.org/src/rev/6a55c5ce554e
branches:  trunk
changeset: 554686:6a55c5ce554e
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Oct 31 21:39:51 2003 +0000

description:
Remove an outdated comment.

diffstat:

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

diffs (26 lines):

diff -r aecffa76356a -r 6a55c5ce554e sys/dev/acpi/acpi_bat.c
--- a/sys/dev/acpi/acpi_bat.c   Fri Oct 31 21:25:09 2003 +0000
+++ b/sys/dev/acpi/acpi_bat.c   Fri Oct 31 21:39:51 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_bat.c,v 1.24 2003/10/31 20:54:18 mycroft Exp $    */
+/*     $NetBSD: acpi_bat.c,v 1.25 2003/10/31 21:39:51 mycroft Exp $    */
 
 /*
  * Copyright 2001 Bill Sommerfeld.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_bat.c,v 1.24 2003/10/31 20:54:18 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_bat.c,v 1.25 2003/10/31 21:39:51 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -737,7 +737,6 @@
                acpibat_update(sc);
 
        /* XXX locking */
-       /* XXX it should be checked whether info/stat is valid. */
        *tred = sc->sc_data[tred->sensor];
        /* XXX locking */
 



Home | Main Index | Thread Index | Old Index