Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Embarrassing typos: _PI_ -> _SI_, _PB_ -> _SB_.



details:   https://anonhg.NetBSD.org/src/rev/5008947d0a3b
branches:  trunk
changeset: 754243:5008947d0a3b
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Apr 24 19:51:15 2010 +0000

description:
Embarrassing typos: _PI_ -> _SI_, _PB_ -> _SB_.

diffstat:

 sys/dev/acpi/acpi.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 244f53b43146 -r 5008947d0a3b sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c       Sat Apr 24 19:36:14 2010 +0000
+++ b/sys/dev/acpi/acpi.c       Sat Apr 24 19:51:15 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi.c,v 1.186 2010/04/24 19:36:14 jruoho Exp $        */
+/*     $NetBSD: acpi.c,v 1.187 2010/04/24 19:51:15 jruoho Exp $        */
 
 /*-
  * Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.186 2010/04/24 19:36:14 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.187 2010/04/24 19:51:15 jruoho Exp $");
 
 #include "opt_acpi.h"
 #include "opt_pcifixup.h"
@@ -592,8 +592,8 @@
        KASSERT(__arraycount(acpi_scopes) == 4);
 
        (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_PR_", &acpi_scopes[0]);
-       (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_PB_", &acpi_scopes[1]);
-       (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_PI_", &acpi_scopes[2]);
+       (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_SB_", &acpi_scopes[1]);
+       (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_SI_", &acpi_scopes[2]);
        (void)AcpiGetHandle(ACPI_ROOT_OBJECT, "\\_TZ_", &acpi_scopes[3]);
 
        /*



Home | Main Index | Thread Index | Old Index