summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-24 04:08:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-24 04:08:54 +0000
commit12a5fdcfe38e6573b7fce4c992d6b5165ef871b9 (patch)
treed4dc0d14d2b33d0c4b70f9c9d363fb296d14d01b /sys
parentc6ef8e47d9cab547a6ac7d16db3c92e62ee2d6b9 (diff)
pretty
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/isp_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/isp_pci.c b/sys/dev/pci/isp_pci.c
index b998f593e1b..ead4ca9f4d8 100644
--- a/sys/dev/pci/isp_pci.c
+++ b/sys/dev/pci/isp_pci.c
@@ -211,7 +211,7 @@ isp_pci_attach(parent, self, aux)
isp_uninit(&pcs->pci_isp);
return;
}
- printf(" %s\n", intrstr);
+ printf("%s\n", intrstr);
/*
* Create the DMA maps for the data transfers.