diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2006-03-05 04:47:26 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2006-03-05 04:47:26 +0000 |
commit | 8a5fa8caba73d6f8663025b91584346f5fce14f5 (patch) | |
tree | 7af91604821b15520ab56e5c3892df9be103ab5f /sys/dev/acpi/acpibat.c | |
parent | e4700c6425ec1c45ed1173c24a2a1346b5d128f4 (diff) |
KNF nit.
Diffstat (limited to 'sys/dev/acpi/acpibat.c')
-rw-r--r-- | sys/dev/acpi/acpibat.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpibat.c b/sys/dev/acpi/acpibat.c index 65db8b12efa..4676dc9c5f1 100644 --- a/sys/dev/acpi/acpibat.c +++ b/sys/dev/acpi/acpibat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpibat.c,v 1.19 2006/02/22 19:28:17 marco Exp $ */ +/* $OpenBSD: acpibat.c,v 1.20 2006/03/05 04:47:25 marco Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * @@ -127,7 +127,8 @@ acpibat_attach(struct device *parent, struct device *self, void *aux) } - aml_register_notify(sc->sc_devnode->parent, aa->aaa_dev, acpibat_notify, sc); + aml_register_notify(sc->sc_devnode->parent, aa->aaa_dev, + acpibat_notify, sc); } /* XXX this is for debug only, remove later */ |