summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-08-13 21:17:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-08-13 21:17:39 +0000
commitb4e6fe5dbb1b1f0c861dbb2f916f5d9ec1e19c2a (patch)
tree50be6900bd28e40c3c9a606215a2b323f4273154 /sys/dev
parent3d7ce32a585a6d59b925ddd2380c81a1d8c07175 (diff)
indent
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/hifn7751.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c
index fdf9df19126..41fc693c66d 100644
--- a/sys/dev/pci/hifn7751.c
+++ b/sys/dev/pci/hifn7751.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751.c,v 1.44 2000/07/28 19:59:11 jason Exp $ */
+/* $OpenBSD: hifn7751.c,v 1.45 2000/08/13 21:17:38 deraadt Exp $ */
/*
* Invertex AEON / Hi/fn 7751 driver
@@ -907,8 +907,8 @@ hifn_crypto(sc, cmd)
dma->srcu+cmd->src_npa > HIFN_D_SRC_RSIZE ||
dma->dstu+cmd->dst_npa > HIFN_D_DST_RSIZE ||
dma->resu+1 > HIFN_D_RES_RSIZE) {
- splx(s);
- return (HIFN_CRYPTO_RINGS_FULL);
+ splx(s);
+ return (HIFN_CRYPTO_RINGS_FULL);
}
if (dma->cmdi == HIFN_D_CMD_RSIZE) {