summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-08-14 21:12:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-08-14 21:12:11 +0000
commit5ad8c4aca109ae5f0dc85dfee165d740d1ea121f (patch)
tree2c5540885fce8f2f4126289aae61bfc4725ebdab /sys/dev/pci
parentd5c2de8b2371d639f0ade99f84e0e9c2e84c2880 (diff)
split line
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_acx_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_acx_pci.c b/sys/dev/pci/if_acx_pci.c
index d17014726eb..eb903bf45f8 100644
--- a/sys/dev/pci/if_acx_pci.c
+++ b/sys/dev/pci/if_acx_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_acx_pci.c,v 1.2 2006/08/03 17:23:03 brad Exp $ */
+/* $OpenBSD: if_acx_pci.c,v 1.3 2006/08/14 21:12:10 deraadt Exp $ */
/*-
* Copyright (c) 2006 Theo de Raadt <deraadt@openbsd.org>
@@ -165,7 +165,7 @@ acx_pci_attach(struct device *parent, struct device *self, void *aux)
printf("\n");
return;
}
- printf(": %s", intrstr);
+ printf(": %s\n", intrstr);
if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_TI_ACX111)
acx111_set_param(sc);