diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2006-04-11 02:36:50 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2006-04-11 02:36:50 +0000 |
commit | 50b4db29117289c648d13f2fd68efba6e7a8004e (patch) | |
tree | 21d9f72ffed78c833ad42db5f10ddcac7b5915e9 | |
parent | 57ffc3ee00c70eed0ac54666964887d6112fd60b (diff) |
KNF.
-rw-r--r-- | sys/dev/acpi/acpi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index b1d8678666b..9c4743b6383 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.47 2006/04/11 02:35:35 gwk Exp $ */ +/* $OpenBSD: acpi.c,v 1.48 2006/04/11 02:36:49 marco Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -44,8 +44,8 @@ int acpi_debug = 11; #define ACPIEN_RETRIES 15 -void acpi_isr_thread(void *); -void acpi_create_thread(void *); +void acpi_isr_thread(void *); +void acpi_create_thread(void *); int acpi_match(struct device *, void *, void *); void acpi_attach(struct device *, struct device *, void *); |