summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_isa.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-23 12:13:34 +0000
committerbde <bde@FreeBSD.org>2002-03-23 12:13:34 +0000
commitd28168db048670ce4d3a2fccc387d0cb65bf1464 (patch)
tree0929a636bdbc681dd28614a5913eec0dc8d95d33 /sys/dev/sio/sio_isa.c
parentf8611316d9b3a8d7d85e83a81e588a71e819584e (diff)
downloadFreeBSD-src-d28168db048670ce4d3a2fccc387d0cb65bf1464.zip
FreeBSD-src-d28168db048670ce4d3a2fccc387d0cb65bf1464.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/dev/sio/sio_isa.c')
-rw-r--r--sys/dev/sio/sio_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c
index e1a3917..91ea9b9 100644
--- a/sys/dev/sio/sio_isa.c
+++ b/sys/dev/sio/sio_isa.c
@@ -43,8 +43,8 @@
#include <isa/isareg.h>
#include <isa/isavar.h>
-static int sio_isa_attach (device_t dev);
-static int sio_isa_probe (device_t dev);
+static int sio_isa_attach(device_t dev);
+static int sio_isa_probe(device_t dev);
static device_method_t sio_isa_methods[] = {
/* Device interface */
OpenPOWER on IntegriCloud