summaryrefslogtreecommitdiff
path: root/sys/dev/pci/bt8370.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2005-08-14 22:28:48 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2005-08-14 22:28:48 +0000
commit5d695f0aeb21013be01df184f5acde7811d4104e (patch)
tree01db206d2a771d075064459c63148e0c268eb673 /sys/dev/pci/bt8370.c
parente42114e08413bf5e3272891ff728199a6707993b (diff)
KNF mostly spaces and make the dmesg line a bit shorter.
Diffstat (limited to 'sys/dev/pci/bt8370.c')
-rw-r--r--sys/dev/pci/bt8370.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/bt8370.c b/sys/dev/pci/bt8370.c
index 56248a7ee8d..02a7b77628c 100644
--- a/sys/dev/pci/bt8370.c
+++ b/sys/dev/pci/bt8370.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt8370.c,v 1.2 2005/08/13 23:52:49 claudio Exp $ */
+/* $OpenBSD: bt8370.c,v 1.3 2005/08/14 22:28:47 claudio Exp $ */
/*
* Copyright (c) 2004,2005 Internet Business Solutions AG, Zurich, Switzerland
@@ -791,7 +791,7 @@ bt8370_link_status(struct art_softc *ac)
if ((alm1 & (ALM1_RLOS)) ||
(alm2 & (ALM2_TSHORT)))
status = -1;
-
+
return (status);
}
@@ -911,7 +911,7 @@ bt8370_print_status(struct art_softc *ac)
printf("repeated one frame\n");
else
printf("deleted one frame\n");
- }
+ }
/* Loopback Status. */
loop = ebus_read(&ac->art_ebus, Bt8370_LOOP);