Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi/acpica/Subsystem Fix typo in macro.



details:   https://anonhg.NetBSD.org/src/rev/cbe4f1e24a7b
branches:  trunk
changeset: 534503:cbe4f1e24a7b
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Jul 28 15:22:06 2002 +0000

description:
Fix typo in macro.

diffstat:

 sys/dev/acpi/acpica/Subsystem/actypes.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 3443fb199311 -r cbe4f1e24a7b sys/dev/acpi/acpica/Subsystem/actypes.h
--- a/sys/dev/acpi/acpica/Subsystem/actypes.h   Sun Jul 28 15:17:38 2002 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/actypes.h   Sun Jul 28 15:22:06 2002 +0000
@@ -1,7 +1,7 @@
 /******************************************************************************
  *
  * Name: actypes.h - Common data types for the entire ACPI subsystem
- *       $Revision: 1.3 $
+ *       $Revision: 1.4 $
  *
  *****************************************************************************/
 
@@ -1296,7 +1296,7 @@
 
 #define ACPI_SIZEOF_RESOURCE(Type)          (ACPI_RESOURCE_LENGTH_NO_DATA + sizeof (Type))
 
-#define ACPI_NEXT_RESOURCE(Res)             (ACPI_RESOURCE *)((UINT8 *) Res + Res->length)
+#define ACPI_NEXT_RESOURCE(Res)             (ACPI_RESOURCE *)((UINT8 *) Res + Res->Length)
 
 #ifdef _HW_ALIGNMENT_SUPPORT
 #define ACPI_ALIGN_RESOURCE_SIZE(Length)    (Length)



Home | Main Index | Thread Index | Old Index