diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-12-14 03:45:39 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-12-14 03:45:39 +0000 |
commit | 265f50991b4e96b9ee3c711ef3758038f90ca9c5 (patch) | |
tree | a7f97a5cff54755067fb3953bd3226376be299a2 /sys/dev/acpi/acpivar.h | |
parent | 5af393e8e1dbadb833c6f815fe70d2f6921a535d (diff) |
KNF
Diffstat (limited to 'sys/dev/acpi/acpivar.h')
-rw-r--r-- | sys/dev/acpi/acpivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index 284f371b8df..e386bc272a6 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.4 2005/12/13 07:23:34 marco Exp $ */ +/* $OpenBSD: acpivar.h,v 1.5 2005/12/14 03:45:38 marco Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -36,7 +36,7 @@ struct acpi_attach_args { bus_space_tag_t aaa_iot; bus_space_tag_t aaa_memt; void *aaa_table; - paddr_t aaa_pbase; /* Physical base address of ACPI tables */ + paddr_t aaa_pbase; /* Physical base address of ACPI tables */ }; struct acpi_mem_map { |